]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/contract/test/call_if/equal_to_cxx14.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / contract / test / call_if / equal_to_cxx14.cpp
index 11493a9e581c3dc78a05c2bfa2a574cb484adbe8..4ab59863f311e126e241a7516082d511b3737303 100644 (file)
@@ -12,6 +12,7 @@
 #include <boost/detail/lightweight_test.hpp>
 #include <functional> // std::bind for generic lambdas.
 #include <sstream>
+#include <ios>
 
 boost::contract::test::detail::oteststream out;
 
@@ -19,6 +20,8 @@ struct x {}; // Does not have operator==.
 
 int main() {
     std::ostringstream ok;
+    ok << std::boolalpha;
+    out << std::boolalpha;
     x x1, x2;
     
     out.str("");