[conversions.string]

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@105254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-05-31 20:58:54 +00:00
parent 87d1a8a4d8
commit d23b464e21
10 changed files with 627 additions and 5 deletions

View File

@@ -3197,7 +3197,7 @@ __codecvt_utf16<wchar_t, true>::do_encoding() const throw()
bool
__codecvt_utf16<wchar_t, true>::do_always_noconv() const throw()
{
return true;
return false;
}
int
@@ -3347,7 +3347,7 @@ __codecvt_utf16<char16_t, true>::do_encoding() const throw()
bool
__codecvt_utf16<char16_t, true>::do_always_noconv() const throw()
{
return true;
return false;
}
int
@@ -3497,7 +3497,7 @@ __codecvt_utf16<char32_t, true>::do_encoding() const throw()
bool
__codecvt_utf16<char32_t, true>::do_always_noconv() const throw()
{
return true;
return false;
}
int