@@ -153,7 +153,7 @@ namespace hpx::debug {
153153 }
154154 };
155155
156- HPX_CORE_MODULE_EXPORT void print_ptr (
156+ HPX_CXX_EXPORT HPX_CORE_EXPORT void print_ptr (
157157 std::ostream& os, void const * v, int n);
158158
159159 HPX_CXX_EXPORT template <int N, typename T>
@@ -219,7 +219,7 @@ namespace hpx::debug {
219219 // ------------------------------------------------------------------
220220 namespace detail {
221221
222- HPX_CORE_MODULE_EXPORT void print_str (
222+ HPX_CXX_EXPORT HPX_CORE_EXPORT void print_str (
223223 std::ostream& os, char const * v, int n);
224224 }
225225
@@ -325,12 +325,13 @@ namespace hpx::debug {
325325 };
326326
327327 // /////////////////////////////////////////////////////////////////////
328- HPX_CORE_MODULE_EXPORT void register_print_info (
328+ HPX_CXX_EXPORT HPX_CORE_EXPORT void register_print_info (
329329 void (*)(std::ostream&));
330- HPX_CORE_MODULE_EXPORT void generate_prefix (std::ostream& os);
330+ HPX_CXX_EXPORT HPX_CORE_EXPORT void generate_prefix (std::ostream& os);
331331
332332 // /////////////////////////////////////////////////////////////////////
333- HPX_CORE_MODULE_EXPORT void display_to_cout (std::string const & str);
333+ HPX_CXX_EXPORT HPX_CORE_EXPORT void display_to_cout (
334+ std::string const & str);
334335
335336 HPX_CXX_EXPORT template <typename ... Args>
336337 void display (char const * prefix, Args const &... args)
0 commit comments