forked from boostorg/unordered
Unordered: Fix the Visual C++ 11 version number.
[SVN r80768]
This commit is contained in:
@ -374,7 +374,7 @@ namespace unnecessary_copy_tests
|
|||||||
// COPY_COUNT(1) would be okay here.
|
// COPY_COUNT(1) would be okay here.
|
||||||
reset();
|
reset();
|
||||||
x.emplace();
|
x.emplace();
|
||||||
# if BOOST_WORKAROUND(BOOST_MSVC, >= 1800)
|
# if BOOST_WORKAROUND(BOOST_MSVC, >= 1700)
|
||||||
// This is a little odd, Visual C++ 11 seems to move the pair, which
|
// This is a little odd, Visual C++ 11 seems to move the pair, which
|
||||||
// results in one copy (for the const key) and one move (for the
|
// results in one copy (for the const key) and one move (for the
|
||||||
// non-const mapped value). Since 'emplace(boost::move(a))' (see below)
|
// non-const mapped value). Since 'emplace(boost::move(a))' (see below)
|
||||||
|
Reference in New Issue
Block a user