-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
ALL
-
Sharding 15 (06/03/16)
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)); ^~~~~~~~~~ ~
- duplicates
-
SERVER-24108 Pessimizing move warning in chunktests.cpp
- Closed