Discussion:
std::vector<bool>::reference ctor is not private
(too old to reply)
Leigh Johnston
2009-12-14 00:41:33 UTC
Permalink
In VC++2008 the std::vector<bool>::reference constructor is not private,
according to the standard it should be.

/Leigh
Stephan T. Lavavej [MSFT]
2009-12-14 23:36:42 UTC
Permalink
Thanks for reporting this bug. Although it's too late to fix this in VC10,
I'll file it in our internal bug tracking system so it can be fixed in VC11.

Stephan T. Lavavej
Visual C++ Libraries Developer
Post by Leigh Johnston
In VC++2008 the std::vector<bool>::reference constructor is not private,
according to the standard it should be.
/Leigh
Loading...