]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/debug/formatter.h
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / include / debug / formatter.h
index a98ebd84a8d219ece5547b8ff13183d4d379182b..6945a88af669effe0f51f9b94146edb0c99f5ce1 100644 (file)
 
 #include <bits/c++config.h>
 #include <typeinfo>
-#include <debug/debug.h>
 
 namespace __gnu_debug
 {
   using std::type_info;
 
+  template<typename _Iterator>
+    bool __check_singular(_Iterator&);
+
   /** Determine if the two types are the same. */
   template<typename _Type1, typename _Type2>
     struct __is_same