mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-22 17:52:16 +00:00
Add header-only option
This commit is contained in:
@@ -47,3 +47,6 @@ std::basic_ostream<CharT, TraitsT>& operator<<(std::basic_ostream<CharT, TraitsT
|
||||
|
||||
}} // namespace boost::stacktrace
|
||||
|
||||
#if defined(BOOST_STACKTRACE_HEADER_ONLY)
|
||||
#include <boost/stacktrace/detail/stacktrace.ipp>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user