diff --git a/cad/ngspice_rework/files/patch-src_include_cppduals_duals_dual b/cad/ngspice_rework/files/patch-src_include_cppduals_duals_dual new file mode 100644 index 000000000000..c232dfca6751 --- /dev/null +++ b/cad/ngspice_rework/files/patch-src_include_cppduals_duals_dual @@ -0,0 +1,13 @@ +--- src/include/cppduals/duals/dual.orig 2025-01-11 12:35:18 UTC ++++ src/include/cppduals/duals/dual +@@ -439,10 +439,6 @@ struct is_arithmetic> : is_arithmetic +-struct is_compound> : true_type {}; +- + // Modification of std::numeric_limits<> per + // C++03 17.4.3.1/1, and C++11 18.3.2.3/1. + template