add missing inline keyword

This commit is contained in:
Eric Niebler
2014-07-22 09:19:52 -07:00
parent 0ffe40272a
commit fbf91ce2da

View File

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