|
21 | 21 | namespace hpx::local::detail { |
22 | 22 |
|
23 | 23 | /////////////////////////////////////////////////////////////////////////// |
24 | | - struct HPX_CORE_EXPORT command_line_handling |
| 24 | + HPX_CXX_EXPORT struct HPX_CORE_EXPORT command_line_handling |
25 | 25 | { |
26 | 26 | command_line_handling(hpx::util::runtime_configuration rtcfg, |
27 | 27 | std::vector<std::string> ini_config, |
@@ -89,25 +89,26 @@ namespace hpx::local::detail { |
89 | 89 | }; |
90 | 90 |
|
91 | 91 | /////////////////////////////////////////////////////////////////////////// |
92 | | - HPX_CORE_EXPORT std::string runtime_configuration_string( |
| 92 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::string runtime_configuration_string( |
93 | 93 | command_line_handling const& cfg); |
94 | 94 |
|
95 | | - HPX_CORE_EXPORT std::vector<std::string> prepend_options( |
| 95 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::vector<std::string> prepend_options( |
96 | 96 | std::vector<std::string>&& args, std::string&& options); |
97 | 97 |
|
98 | | - HPX_CORE_EXPORT std::string convert_to_log_file(std::string const& dest); |
| 98 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::string convert_to_log_file( |
| 99 | + std::string const& dest); |
99 | 100 |
|
100 | | - HPX_CORE_EXPORT std::size_t handle_num_cores_default( |
| 101 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::size_t handle_num_cores_default( |
101 | 102 | util::manage_config& cfgmap, |
102 | 103 | hpx::program_options::variables_map const& vm, std::size_t num_threads, |
103 | 104 | std::size_t num_default_cores); |
104 | 105 |
|
105 | | - HPX_CORE_EXPORT std::size_t get_number_of_default_threads( |
| 106 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::size_t get_number_of_default_threads( |
106 | 107 | bool use_process_mask); |
107 | | - HPX_CORE_EXPORT std::size_t get_number_of_default_cores( |
| 108 | + HPX_CXX_EXPORT HPX_CORE_EXPORT std::size_t get_number_of_default_cores( |
108 | 109 | bool use_process_mask); |
109 | 110 |
|
110 | | - HPX_CORE_EXPORT void print_config( |
| 111 | + HPX_CXX_EXPORT HPX_CORE_EXPORT void print_config( |
111 | 112 | std::vector<std::string> const& ini_config); |
112 | 113 | } // namespace hpx::local::detail |
113 | 114 |
|
|
0 commit comments