2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-08 11:12:23 +00:00

Updated no_exceptions_support.hpp include to the up-to-date location.

This commit is contained in:
Andrey Semashev
2026-02-06 15:08:13 +03:00
parent de9eb0ee7d
commit 6da5c6d418

View File

@@ -9,7 +9,7 @@
#include <boost/thread/thread_only.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/detail/no_exceptions_support.hpp>
#include <boost/core/no_exceptions_support.hpp>
//#include <boost/thread/detail/log.hpp>
boost::shared_mutex mutex;