]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/exception/test/helper1.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / exception / test / helper1.hpp
1 //Copyright (c) 2006-2009 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 #ifndef BOOST_EXCEPTION_4AEB7924CA2E11DC888A8C9355D89593
7 #define BOOST_EXCEPTION_4AEB7924CA2E11DC888A8C9355D89593
8
9 namespace
10 boost
11 {
12 namespace
13 exception_test
14 {
15 void throw_length_error();
16 }
17 }
18
19 #endif