We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d2a01 commit 2d8f23fCopy full SHA for 2d8f23f
libcxx/include/string
@@ -4232,8 +4232,9 @@ _LIBCPP_FUNC_VIS wstring to_wstring(double __val);
4232
_LIBCPP_FUNC_VIS wstring to_wstring(long double __val);
4233
4234
template<class _CharT, class _Traits, class _Allocator>
4235
- const typename basic_string<_CharT, _Traits, _Allocator>::size_type
4236
- basic_string<_CharT, _Traits, _Allocator>::npos;
+_LIBCPP_FUNC_VIS
+const typename basic_string<_CharT, _Traits, _Allocator>::size_type
4237
+ basic_string<_CharT, _Traits, _Allocator>::npos;
4238
4239
template <class _CharT, class _Allocator>
4240
struct _LIBCPP_TEMPLATE_VIS
0 commit comments