]> git.proxmox.com Git - ceph.git/blob - 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
1 //Copyright (c) 2006-2015 Emil Dotchevski and Reverge Studios, Inc.
2
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #include <boost/exception/info.hpp>
7 template <class E,class I>
8 E const &
9 add_info( E const & e, I i )
10 {
11 return e << i;
12 }
13 #include "error_info_test.hpp"