]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/throw_exception/test/lib1_throw.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / throw_exception / test / lib1_throw.cpp
1 // Copyright 2018 Peter Dimov
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 //
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7
8 #include "lib1_throw.hpp"
9
10 void lib1::f()
11 {
12 throw lib1::exception();
13 }