diff options
Diffstat (limited to 'libcxx/include/string')
-rw-r--r-- | libcxx/include/string | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcxx/include/string b/libcxx/include/string index 1ad8159572a..c98e22f01c8 100644 --- a/libcxx/include/string +++ b/libcxx/include/string @@ -4158,10 +4158,7 @@ basic_string<_CharT, _Traits, _Allocator>::__subscriptable(const const_iterator* #if _LIBCPP_STD_VER > 11 // Literal suffixes for basic_string [basic.string.literals] -// inline // Deviation from N3690. -// We believe the inline to be a defect and have submitted an LWG issue. -// An LWG issue number has not yet been assigned. -namespace literals +inline namespace literals { inline namespace string_literals { |