mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-18 02:22:13 +00:00
c9e0fb9730b0fa5ea60d7df4565549a6c37bf68f
Seems to be better in some cases. For example, better forwarding if rvalue references are supported but variadic template parameters aren't. Also can use `boost::move` when inserting. Older versions of gcc still fail this test. They perform more moves than expected. It might be a limitation of Boost.Move, or maybe just poor copy optimization. [SVN r73539]
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%