mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 21:34:46 +02:00
Fix unversioned VC++ checks
[SVN r14436]
This commit is contained in:
@@ -168,7 +168,7 @@ public:
|
|||||||
compressed_pair_1(const ::boost::compressed_pair<T1,T2>& x)
|
compressed_pair_1(const ::boost::compressed_pair<T1,T2>& x)
|
||||||
: T2(x.second()), _first(x.first()) {}
|
: T2(x.second()), _first(x.first()) {}
|
||||||
|
|
||||||
#ifdef BOOST_MSVC
|
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300
|
||||||
// Total weirdness. If the assignment to _first is moved after
|
// Total weirdness. If the assignment to _first is moved after
|
||||||
// the call to the inherited operator=, then this breaks graph/test/graph.cpp
|
// the call to the inherited operator=, then this breaks graph/test/graph.cpp
|
||||||
// by way of iterator_adaptor.
|
// by way of iterator_adaptor.
|
||||||
|
Reference in New Issue
Block a user