This commit is contained in:
Vinnie Falco
2019-09-16 08:31:09 -07:00
parent c0ffc9f665
commit 75db467323
4 changed files with 1062 additions and 273 deletions

View File

@ -23,6 +23,10 @@ template<typename CharT, typename Traits>
using basic_string_view =
boost::basic_string_view<CharT, Traits>;
#ifndef BOOST_NODISCARD
#define BOOST_NODISCARD
#endif
} // fixed_string
} // boost