Skip to content

Commit

Permalink
Making older versions of clang happy (by supplying an explicit '{}' f…
Browse files Browse the repository at this point in the history
…or the default construction of an object)
  • Loading branch information
hkaiser committed Jan 8, 2018
1 parent 092422f commit ed109f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/runtime/components/default_distribution_policy.hpp
Expand Up @@ -365,7 +365,7 @@ namespace hpx { namespace components

/// A predefined instance of the default \a distribution_policy. It will
/// represent the local locality and will place all items to create here.
static default_distribution_policy const default_layout;
static default_distribution_policy const default_layout{};
}}

/// \cond NOINTERNAL
Expand Down

0 comments on commit ed109f7

Please sign in to comment.