Commit 2d8f23f5 authored by Eric Fiselier's avatar Eric Fiselier
Browse files

[libc++] Explicitly mark basic_string<...>::npos with default

visibility.

This ensures that the version compiled into the library isn't
accidentally hidden.
parent 24d2a015
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4232,6 +4232,7 @@ _LIBCPP_FUNC_VIS wstring to_wstring(double __val);
_LIBCPP_FUNC_VIS wstring to_wstring(long double __val);

template<class _CharT, class _Traits, class _Allocator>
_LIBCPP_FUNC_VIS
const typename basic_string<_CharT, _Traits, _Allocator>::size_type
               basic_string<_CharT, _Traits, _Allocator>::npos;