mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-29 20:17:35 +02:00
Consistent whitespace
This commit is contained in:
@ -171,9 +171,9 @@ namespace static_string {
|
||||
template<typename CharT, typename Traits>
|
||||
using basic_string_view =
|
||||
#ifndef BOOST_STATIC_STRING_STANDALONE
|
||||
boost::basic_string_view<CharT, Traits>;
|
||||
boost::basic_string_view<CharT, Traits>;
|
||||
#else
|
||||
std::basic_string_view<CharT, Traits>;
|
||||
std::basic_string_view<CharT, Traits>;
|
||||
#endif
|
||||
} // static_string
|
||||
} // boost
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user