add missing inline keyword

This commit is contained in:
Eric Niebler
2014-07-22 09:19:52 -07:00
parent 7896e79373
commit edc7bb5fd9

View File

@ -151,7 +151,7 @@ formatted(const Sep& sep)
return range_detail::formatted_holder<Sep, char, char>(sep, '{', '}');
}
range_detail::formatted_holder<char, char, char>
inline range_detail::formatted_holder<char, char, char>
formatted()
{
return range_detail::formatted_holder<char, char, char>(',', '{', '}');