mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-18 02:22:13 +00:00
bbad9210225344388a8f42315cf64aaebc394f56
- Simplify mechanism for detecting traits of test allocators. There were some portability issues, but rather than fix them I've just gone for a simpler mechanism. Does mean that the relevant tests can't be run for other allocators. - Fix a couple of unnecessary_copy_tests, whose results were the wrong way round. - It appears that Visual C++ only implements RVO for implicitly defined copy constructors in debug mode, so adjust a move_test to account for the extra copies now that the copy constructors are explicitly defined. [SVN r73798]
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%