]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/contract/test/call_if/false_void.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / contract / test / call_if / false_void.cpp
index 68b9184455014a05bc444023afedcd8d67aa7093..ca6465cd605a249dc8829c57bd6f925ebeebcbbf 100644 (file)
@@ -12,6 +12,7 @@
 #include <boost/type_traits/has_equal_to.hpp>
 #include <boost/detail/lightweight_test.hpp>
 #include <sstream>
+#include <ios>
 
 boost::contract::test::detail::oteststream out;
 
@@ -28,6 +29,8 @@ struct x {}; // Doest not have operator==.
 
 int main() {
     std::ostringstream ok;
+    ok << std::boolalpha;
+    out << std::boolalpha;
     x x1, x2;;
     
     out.str("");