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

Fwd: [TSVN][PATCH]C++ standard compliant loop header scopes

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

Hi dev,

this is a standard compliance issue. Therefore, it should
be fixed irrespective of options to circumvent it.

However, I might have accidentally changed the logic,
so, please review it before commit it.

[[[
Adhere to the C++ standard saying that declarations in the
for() statement belong to the loop's scope and are invisible
outside of it.

This is the supported since VC7.0 and is, by default, enforced
in VC8.0.
]]]

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

Received on Fri Aug 19 20:14:31 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.