pegtl: fix compil warnings about a deprecated header (ciso646).
This commit is contained in:
Vendored
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user