]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
b32b8144 6#include <boost/exception/info.hpp>
7c673cae
FG
7template <class E,class I>
8E const &
9add_info( E const & e, I i )
b32b8144
FG
10 {
11 return e << i;
12 }
7c673cae 13#include "error_info_test.hpp"