Merge pull request #96 from kenichiice/icpc_warning2

Suppress warning on Intel C++ Compiler
This commit is contained in:
Toru Niina 2019-12-11 18:30:44 +09:00 committed by GitHub
commit 8b923d56e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ struct has_into_toml_method
: decltype(has_into_toml_method_impl::check<T>(nullptr)){};
#ifdef __INTEL_COMPILER
#undef decltype(...)
#undef decltype
#endif
// ---------------------------------------------------------------------------