Skip to content

Commit e8a9335

Browse files
committed
pegtl: fix compil warnings about a deprecated header (ciso646).
1 parent 3112a0b commit e8a9335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thirdparty/pegtl/pegtl/demangle.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#ifndef TAO_PEGTL_DEMANGLE_HPP
66
#define TAO_PEGTL_DEMANGLE_HPP
77

8-
#include <ciso646>
8+
// ciso646 is deprecated and generates warning messages with gcc 15
9+
//#include <ciso646>
910
#include <string_view>
1011

1112
#include "config.hpp"

0 commit comments

Comments
 (0)