mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-07 19:21:42 +01:00
Implement full extract_key for compilers without SFINAE and variadic
templates. [SVN r52393]
This commit is contained in:
@@ -192,6 +192,8 @@ namespace unnecessary_copy_tests
|
||||
|
||||
// The container will have to create b copy in order to compare with
|
||||
// the existing element.
|
||||
//
|
||||
// Note to self: If copy_count == 0 it's an error not an optimization.
|
||||
|
||||
reset();
|
||||
x.emplace(b, b);
|
||||
|
||||
Reference in New Issue
Block a user