This commit is contained in:
Vinnie Falco
2019-09-13 14:27:09 -07:00
parent 773450c868
commit c0ffc9f665
4 changed files with 449 additions and 266 deletions

View File

@ -19,7 +19,7 @@ namespace fixed_string {
using string_view = boost::string_view;
/// The type of `basic_string_view` used by the library
template<class CharT, class Traits>
template<typename CharT, typename Traits>
using basic_string_view =
boost::basic_string_view<CharT, Traits>;