Files
suyu/externals/vcpkg/buildtrees/boost-throw-exception/src/ost-1.79.0-9e50dbac5c.clean/test/lib4_throw.cpp
Crimson-Hawk f1e4595ebf Initial commit
2024-03-05 16:42:40 +08:00

15 lines
333 B
C++
Executable File

// Copyright 2018, 2022 Peter Dimov
//
// Distributed under the Boost Software License, Version 1.0.
//
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#include "lib4_throw.hpp"
#include <boost/throw_exception.hpp>
void lib4::f()
{
boost::throw_with_location( lib4::exception() );
}