From f7b067db42ae2ed071bf1c04c86d0dda65543cdc Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Fri, 30 Sep 2022 05:29:19 -0700 Subject: [PATCH] [ryml] remove unnecessary include that is triggering a compile error on some archs --- src/third-party/rapidyaml/ryml_all.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/third-party/rapidyaml/ryml_all.hpp b/src/third-party/rapidyaml/ryml_all.hpp index 71af0bc5..ee5248bc 100644 --- a/src/third-party/rapidyaml/ryml_all.hpp +++ b/src/third-party/rapidyaml/ryml_all.hpp @@ -363,7 +363,7 @@ C4_FOR_EACH(PRN_STRUCT_OFFSETS, a, b, c); // (end https://github.com/biojppm/c4core/src/c4/platform.hpp) - +#if 0 //******************************************************************************** //-------------------------------------------------------------------------------- // src/c4/cpu.hpp @@ -505,7 +505,7 @@ C4_FOR_EACH(PRN_STRUCT_OFFSETS, a, b, c); // (end https://github.com/biojppm/c4core/src/c4/cpu.hpp) - +#endif //******************************************************************************** @@ -1618,9 +1618,9 @@ using index_sequence_for = make_index_sequence; // amalgamate: removed include of // https://github.com/biojppm/c4core/src/c4/cpu.hpp //#include "c4/cpu.hpp" -#if !defined(C4_CPU_HPP_) && !defined(_C4_CPU_HPP_) -#error "amalgamate: file c4/cpu.hpp must have been included at this point" -#endif /* C4_CPU_HPP_ */ +//#if !defined(C4_CPU_HPP_) && !defined(_C4_CPU_HPP_) +//#error "amalgamate: file c4/cpu.hpp must have been included at this point" +//#endif /* C4_CPU_HPP_ */ // amalgamate: removed include of // https://github.com/biojppm/c4core/src/c4/compiler.hpp