From ab87bd57a4a047bf7a9dd5fc4f4688a72eaf4a25 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 3 Feb 2026 13:42:25 +0100 Subject: [PATCH] Re-enable compiling with clang Patch thanks to Gon Solo, issue 826 --- src/include/cppduals/duals/dual | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/cppduals/duals/dual b/src/include/cppduals/duals/dual index 4cb227e84..1e46b4c23 100644 --- a/src/include/cppduals/duals/dual +++ b/src/include/cppduals/duals/dual @@ -485,9 +485,6 @@ struct is_arithmetic> : is_arithmetic {}; #endif // CPPDUALS_ENABLE_IS_ARITHMETIC -/// Duals are compound types. -template -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.