]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/fstream.cc
char_traits.h: Remove generic definitions.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / fstream.cc
index 2ecd0778700f698d36530e748093b6ac84cc0787..276294d9c9d4c2c6b424cb370153657ae380e0b6 100644 (file)
@@ -31,6 +31,7 @@
 // NB: This file is for testing basic_fstream with NO OTHER INCLUDES.
 
 #include <fstream>
+#include <testsuite_hooks.h>
 
 // { dg-do compile }
 
@@ -51,6 +52,7 @@ namespace test
   using namespace std;
   typedef short type_t;
   template class basic_fstream<type_t, char_traits<type_t> >;
+  template class basic_fstream<gnu_char, char_traits<gnu_char> >;
 } // test
 
 int main()