pegtl: fix compil warnings about a deprecated header (ciso646).

This commit is contained in:
jean-pierre charras
2025-05-05 16:23:06 +02:00
parent 3112a0b38b
commit e8a9335c44
+2 -1
View File
@@ -5,7 +5,8 @@
#ifndef TAO_PEGTL_DEMANGLE_HPP
#define TAO_PEGTL_DEMANGLE_HPP
#include <ciso646>
// ciso646 is deprecated and generates warning messages with gcc 15
//#include <ciso646>
#include <string_view>
#include "config.hpp"