]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/exception/test/error_info_lv_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / exception / test / error_info_lv_test.cpp
index 994b941940ebc2017d54d24f718f5398697e8f38..66334b405082141ea91a82d8a0290f436421feba 100644 (file)
@@ -3,11 +3,11 @@
 //Distributed under the Boost Software License, Version 1.0. (See accompanying
 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#include "boost/exception/info.hpp"
+#include <boost/exception/info.hpp>
 template <class E,class I>
 E const &
 add_info( E const & e, I i )
-       {
-       return e << i;
-       }
+    {
+    return e << i;
+    }
 #include "error_info_test.hpp"