diff --git a/src/libraries/JANA/Utils/JTypeInfo.h b/src/libraries/JANA/Utils/JTypeInfo.h index 57a0c12f1..656978703 100644 --- a/src/libraries/JANA/Utils/JTypeInfo.h +++ b/src/libraries/JANA/Utils/JTypeInfo.h @@ -12,7 +12,7 @@ namespace JTypeInfo { - +#if __cplusplus >= 201703L template struct is_parseable : std::false_type {}; @@ -24,6 +24,7 @@ struct is_serializable : std::false_type {}; template struct is_serializable() << std::declval())>> : std::true_type {}; +#endif template