-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Platforms 13 (04/22/16)
-
None
-
None
-
None
-
None
-
None
-
None
-
None
src/mongo/util/fast_clock_source_factory.cpp:46:9: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
std::move(stdx::make_unique<SystemClockSource>()), granularity);
^
src/mongo/util/fast_clock_source_factory.cpp:46:9: note: remove std::move call here
std::move(stdx::make_unique<SystemClockSource>()), granularity);
^~~~~~~~~~ ~
1 warning generated.