This commit is contained in:
Ion Gaztañaga
2017-10-20 00:32:09 +02:00
parent 44919284a9
commit f49e5d0ad1
2 changed files with 5 additions and 0 deletions

View File

@@ -2955,6 +2955,10 @@ wstring;
#else
template <class CharT, class Traits, class Allocator>
const typename basic_string<CharT,Traits,Allocator>::size_type
basic_string<CharT,Traits,Allocator>::npos;
template<class S>
struct is_string
{