[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN][PATCH]Improve C++ standard compliance

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: 2005-08-19 19:22:37 CEST

Hi dev,

this patch should be low risk, too, and is required for VC8.0.

[[[
Fix issues found by VC8.0:
* enum values don't reside in the enumeration's scope
  (this is not C# *g*)
* const-correctness issues (especially const char*)
* member function pointers must be constructed using
  the & operator
* use explicit type for bTipPopped in MyGraph.cpp
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Fri Aug 19 19:53:18 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.