Re-enable compiling with clang

Patch thanks to Gon Solo, issue 826
This commit is contained in:
Holger Vogt 2026-02-03 13:42:25 +01:00
parent afb17cb6c7
commit ab87bd57a4
1 changed files with 0 additions and 3 deletions

View File

@ -485,9 +485,6 @@ struct is_arithmetic<duals::dual<T>> : is_arithmetic<T> {};
#endif // CPPDUALS_ENABLE_IS_ARITHMETIC
/// Duals are compound types.
template <class T>
struct is_compound<duals::dual<T>> : true_type {};
// Modification of std::numeric_limits<> per
// C++03 17.4.3.1/1, and C++11 18.3.2.3/1.