forked from boostorg/static_string
Inlined free functions for ODR
This commit is contained in:
@ -787,6 +787,7 @@ assign_char(CharT, std::false_type) ->
|
||||
}
|
||||
|
||||
template<class Integer, class>
|
||||
inline
|
||||
fixed_string<detail::max_digits(sizeof(Integer))>
|
||||
to_fixed_string(Integer x)
|
||||
{
|
||||
|
Reference in New Issue
Block a user