boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
182 stars 141 forks source link

Fix MSVC compiler warning #390

Closed MarcelRaad closed 1 year ago

MarcelRaad commented 1 year ago

Remove std::move on a temporary object to fix the following level 4 warning with Visual Studio 17.4 and later:

warning C5263: calling 'std::move' on a temporary object prevents copy elision