Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
ALL
-
Sharding 15 (06/03/16)
Description
src/mongo/dbtests/chunktests.cpp:68:26: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
|
_chunkRangeMap = std::move(_constructRanges(_chunkMap));
|
^
|
src/mongo/dbtests/chunktests.cpp:68:26: note: remove std::move call here
|
_chunkRangeMap = std::move(_constructRanges(_chunkMap));
|
^~~~~~~~~~ ~
|
Attachments
Issue Links
- duplicates
-
SERVER-24108 Pessimizing move warning in chunktests.cpp
-
- Closed
-