Skip to content

Commit

Permalink
Export noop_topology::empty_mask to avoid linker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 9, 2017
1 parent b8b2471 commit 70218c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/runtime/threads/policies/noop_topology.hpp
Expand Up @@ -31,7 +31,7 @@ namespace hpx { namespace threads
struct noop_topology : topology
{
private:
static mask_type empty_mask;
HPX_EXPORT static mask_type empty_mask;

public:
std::size_t get_numa_node_number(
Expand Down

0 comments on commit 70218c7

Please sign in to comment.