diff --git a/test/result_value_construct5.cpp b/test/result_value_construct5.cpp index ab6cd2c..bfaf16a 100644 --- a/test/result_value_construct5.cpp +++ b/test/result_value_construct5.cpp @@ -2,6 +2,10 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#if defined(_MSC_VER) && _MSC_VER < 1910 +# pragma warning( disable: 4800 ) // forcing value to bool 'true' or 'false' +#endif + #include #include #include