lib1_throw.cpp 266 B

12345678910111213
  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. #include "lib1_throw.hpp"
  8. void lib1::f()
  9. {
  10. throw lib1::exception();
  11. }