X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fexception%2Ftest%2Ferror_info_lv_test.cpp;h=66334b405082141ea91a82d8a0290f436421feba;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=994b941940ebc2017d54d24f718f5398697e8f38;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/exception/test/error_info_lv_test.cpp b/ceph/src/boost/libs/exception/test/error_info_lv_test.cpp index 994b94194..66334b405 100644 --- a/ceph/src/boost/libs/exception/test/error_info_lv_test.cpp +++ b/ceph/src/boost/libs/exception/test/error_info_lv_test.cpp @@ -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 template E const & add_info( E const & e, I i ) - { - return e << i; - } + { + return e << i; + } #include "error_info_test.hpp"