forked from boostorg/static_string
Consistent whitespace
This commit is contained in:
@ -171,9 +171,9 @@ namespace static_string {
|
|||||||
template<typename CharT, typename Traits>
|
template<typename CharT, typename Traits>
|
||||||
using basic_string_view =
|
using basic_string_view =
|
||||||
#ifndef BOOST_STATIC_STRING_STANDALONE
|
#ifndef BOOST_STATIC_STRING_STANDALONE
|
||||||
boost::basic_string_view<CharT, Traits>;
|
boost::basic_string_view<CharT, Traits>;
|
||||||
#else
|
#else
|
||||||
std::basic_string_view<CharT, Traits>;
|
std::basic_string_view<CharT, Traits>;
|
||||||
#endif
|
#endif
|
||||||
} // static_string
|
} // static_string
|
||||||
} // boost
|
} // boost
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user