We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3112a0b commit e8a9335Copy full SHA for e8a9335
thirdparty/pegtl/pegtl/demangle.hpp
@@ -5,7 +5,8 @@
5
#ifndef TAO_PEGTL_DEMANGLE_HPP
6
#define TAO_PEGTL_DEMANGLE_HPP
7
8
-#include <ciso646>
+// ciso646 is deprecated and generates warning messages with gcc 15
9
+//#include <ciso646>
10
#include <string_view>
11
12
#include "config.hpp"
0 commit comments