Skip to content

Commit

Permalink
Use explicit return type to help older clang compilers.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 8, 2016
1 parent 91dad6a commit b1a9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/arbiter/arbiter.cpp
Expand Up @@ -1348,7 +1348,7 @@ namespace
in.begin(),
in.end(),
std::string(),
[](const std::string& out, const char c)
[](const std::string& out, const char c) -> std::string
{
if (
std::isspace(c) &&
Expand Down

0 comments on commit b1a9590

Please sign in to comment.