mirror of
https://github.com/boostorg/range.git
synced 2026-01-24 16:02:22 +01:00
add missing inline keyword
This commit is contained in:
@@ -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>(',', '{', '}');
|
||||
|
||||
Reference in New Issue
Block a user