diff --git a/toml/traits.hpp b/toml/traits.hpp index c0c5ee9..ec05f08 100644 --- a/toml/traits.hpp +++ b/toml/traits.hpp @@ -105,7 +105,7 @@ struct has_into_toml_method : decltype(has_into_toml_method_impl::check(nullptr)){}; #ifdef __INTEL_COMPILER -#undef decltype(...) +#undef decltype #endif // ---------------------------------------------------------------------------