mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 23:00:20 +00:00
Refactor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user