c_locale.h (__convert_from_v): One more qualification.
2003-07-14 Paolo Carlini <pcarlini@unitus.it> * config/locale/gnu/c_locale.h (__convert_from_v): One more qualification. From-SVN: r69353
This commit is contained in:
parent
c1115ccd68
commit
f45e487d76
@ -1,3 +1,8 @@
|
||||
2003-07-14 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* config/locale/gnu/c_locale.h (__convert_from_v): One more
|
||||
qualification.
|
||||
|
||||
2003-07-14 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* include/bits/stl_tempbuf.h: Qualify free with std::.
|
||||
|
@ -75,7 +75,7 @@ namespace std
|
||||
#else
|
||||
_Tv __v, const __c_locale&, int __prec = -1)
|
||||
{
|
||||
char* __old = setlocale(LC_ALL, NULL);
|
||||
char* __old = std::setlocale(LC_ALL, NULL);
|
||||
char* __sav = static_cast<char*>(std::malloc(std::strlen(__old) + 1));
|
||||
if (__sav)
|
||||
std::strcpy(__sav, __old);
|
||||
|
Loading…
Reference in New Issue
Block a user