|
@@ -1259,7 +1259,7 @@ public:
|
|
|
|
|
|
_LIBCPP_INLINE_VISIBILITY bool __invariants() const;
|
|
_LIBCPP_INLINE_VISIBILITY bool __invariants() const;
|
|
|
|
|
|
- _LIBCPP_INLINE_VISIBILITY void __clear_and_shrink();
|
|
|
|
|
|
+ _LIBCPP_INLINE_VISIBILITY void __clear_and_shrink() _NOEXCEPT;
|
|
|
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
bool __is_long() const _NOEXCEPT
|
|
bool __is_long() const _NOEXCEPT
|
|
@@ -3585,7 +3585,7 @@ basic_string<_CharT, _Traits, _Allocator>::__invariants() const
|
|
template<class _CharT, class _Traits, class _Allocator>
|
|
template<class _CharT, class _Traits, class _Allocator>
|
|
inline _LIBCPP_INLINE_VISIBILITY
|
|
inline _LIBCPP_INLINE_VISIBILITY
|
|
void
|
|
void
|
|
-basic_string<_CharT, _Traits, _Allocator>::__clear_and_shrink()
|
|
|
|
|
|
+basic_string<_CharT, _Traits, _Allocator>::__clear_and_shrink() _NOEXCEPT
|
|
{
|
|
{
|
|
clear();
|
|
clear();
|
|
if(__is_long())
|
|
if(__is_long())
|