Skip to content

Commit

Permalink
Working around a compilation problem with gcc 4.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 9, 2017
1 parent 62cd27c commit 6ad6860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/traits/serialization_access_data.hpp
Expand Up @@ -50,7 +50,7 @@ namespace hpx { namespace traits
{
}

HPX_CONSTEXPR static bool flush(serialization::binary_filter* filter,
static bool flush(serialization::binary_filter* filter,
Container& cont, std::size_t current, std::size_t size,
std::size_t& written)
{
Expand Down

0 comments on commit 6ad6860

Please sign in to comment.