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

Non-template function needs inline

This is to prevent multiple definition of the symbol when the file is included from multiple modules.
This commit is contained in:
Marcus Better
2020-12-07 21:23:44 -05:00
committed by GitHub
parent 409c98f8b7
commit 7e2cd262ce

View File

@@ -51,7 +51,7 @@ BOOST_THREAD_INLINE_NAMESPACE(v2)
namespace detail
{
void handle_task_region_exceptions(exception_list& errors)
inline void handle_task_region_exceptions(exception_list& errors)
{
try {
throw;