]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/src/ostream-inst.cc
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / src / ostream-inst.cc
index b834640646bc19a824b5464ab7b47ef12e210768..c4e2394f7864a7b239b77a757c12776378ae7864 100644 (file)
@@ -56,7 +56,7 @@ namespace std
   template ostream& operator<<(ostream&, _Setprecision);
   template ostream& operator<<(ostream&, _Setw);
 
-#ifdef _GLIBCPP_USE_WCHAR_T
+#ifdef _GLIBCXX_USE_WCHAR_T
   template class basic_ostream<wchar_t>;
   template wostream& endl(wostream&);
   template wostream& ends(wostream&);