From 483151433b0be6d7ff8bc2354765f78db39f9618 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Wed, 5 Oct 2022 10:40:20 +0800 Subject: [PATCH] Fix the conflict between byte and std::byte Fix compilation problems --- src/.cproject | 98 +++++++++++++++++++++---------------- src/casehandler.h | 2 +- src/contexthandler.h | 2 +- src/housestyle.cpp | 4 +- src/housestylereader.h | 5 +- src/housestylewriter.h | 4 +- src/nocasecompare.h | 2 +- src/rule.h | 2 +- src/wrapexpat.cpp | 8 +-- src/wrapexpat.h | 3 +- src/wrapregex.h | 3 +- src/xmlcopyeditor.cpp | 14 +++--- src/xmlcopyeditor.h | 1 - src/xmlencodinghandler.cpp | 2 + src/xmlfilterreader.h | 5 +- src/xmlparseschemans.cpp | 2 +- src/xmlrulereader.h | 3 +- src/xmlshallowvalidator.cpp | 2 + 18 files changed, 97 insertions(+), 65 deletions(-) diff --git a/src/.cproject b/src/.cproject index da78fde..8a30209 100644 --- a/src/.cproject +++ b/src/.cproject @@ -32,6 +32,7 @@