Skip to content

Commit

Permalink
Forward declare resource_partitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 5, 2017
1 parent c3d2332 commit ab2d592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hpx/runtime/resource_partitioner.hpp
Expand Up @@ -228,6 +228,8 @@ namespace resource {
throttle = 8
};

class HPX_EXPORT resource_partitioner

namespace detail
{
// structure used to encapsulate all characteristics of thread_pools
Expand Down Expand Up @@ -262,7 +264,7 @@ namespace resource {
}

///////////////////////////////////////////////////////////////////////////
class HPX_EXPORT resource_partitioner
class resource_partitioner
{
public:
// constructor: users shouldn't use the constructor
Expand Down

0 comments on commit ab2d592

Please sign in to comment.