Skip to content

Commit e501e7a

Browse files
committed
More level 18 changes
Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
1 parent ac8087c commit e501e7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

libs/core/threading_base/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ add_hpx_module(
109109
"hpx/threading_base/detail/get_default_timer_service.hpp"
110110
"hpx/threading_base/detail/reset_backtrace.hpp"
111111
"hpx/threading_base/detail/reset_lco_description.hpp"
112+
"hpx/threading_base/detail/switch_status.hpp"
112113
SOURCES ${threading_base_sources}
113114
HEADERS ${threading_base_headers}
114115
COMPAT_HEADERS ${threading_base_compat_headers}

libs/core/threading_base/include/hpx/threading_base/detail/switch_status.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace hpx::threads::detail {
1515

1616
///////////////////////////////////////////////////////////////////////
1717
// helper class for switching thread state in and out during execution
18-
class switch_status
18+
HPX_CXX_EXPORT class switch_status
1919
{
2020
public:
2121
switch_status(

0 commit comments

Comments
 (0)