mirror of
https://github.com/boostorg/utility.git
synced 2026-01-26 17:12:21 +01:00
Add or modify basic_string_view typedefs to match TS. Add BOOST_CONSTEXPR and BOOST_NOEXCEPT where specified in the TS. Add swap, copy, and five compare compare signatures per TS. Untested except for typedefs.
This commit is contained in:
@@ -24,6 +24,11 @@ namespace
|
||||
int main()
|
||||
{
|
||||
typedef boost::string_view::traits_type string_traits;
|
||||
typedef boost::string_view::const_pointer const_pointer;
|
||||
|
||||
// swap
|
||||
// copy
|
||||
// compare, five new signatures
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user