X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fsrc%2Fmisc-inst.cc;h=b9bc29882f09fe89ae5f642a41aaaa91275d6fe3;hb=6067e9807a695d8fead92de6ff0c1884c7712cf9;hp=1500e45a721159be93a427dba27a8bd4d198d0f8;hpb=00050002ab4fa72472832493f56357b7affa0386;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/src/misc-inst.cc b/libstdc++-v3/src/misc-inst.cc index 1500e45a721..b9bc29882f0 100644 --- a/libstdc++-v3/src/misc-inst.cc +++ b/libstdc++-v3/src/misc-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -37,6 +37,8 @@ #include #include #include +#include +#include namespace std { @@ -53,7 +55,7 @@ namespace std template basic_istream& getline(basic_istream&, string&); -#ifdef _GLIBCPP_USE_WCHAR_T +#ifdef _GLIBCXX_USE_WCHAR_T template basic_istream& operator>>(basic_istream&, wstring&); @@ -68,3 +70,13 @@ namespace std getline(basic_istream&, wstring&); #endif } // namespace std + +namespace __gnu_cxx +{ + template class stdio_sync_filebuf; +#ifdef _GLIBCXX_USE_WCHAR_T + template class stdio_sync_filebuf; +#endif +} // namespace __gnu_cxx + +