Boost logo

Boost :

From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2004-01-17 11:28:27


Phil Richards wrote:
> On Fri, 16 Jan 2004 21:46:27 +0000, Andy Little wrote:
>> Have tested yapqul on VC7.1 . (aside "pqs-script.cpp" Needs VC7.1
>> language setting set to "force conformance in for loops" BTW...which
>> is correct but not always default)
>
> Well, that's a (fairly pleasant) surprise. What does the "force
> conformance in for loops" refer to - just out of interest?

/Zc:forScope - tell the compiler to enforce the standard rules for scoping
of for-scoped variables. By default, VC7{1.} implements a hybrid scope
model that allows both standard and pre-standard behavior to be accepted.

-cd


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk