diff --git a/interfaces/eos_type.H b/interfaces/eos_type.H index eb78600c6f..b378dd4e22 100644 --- a/interfaces/eos_type.H +++ b/interfaces/eos_type.H @@ -375,10 +375,7 @@ std::ostream& print_state (std::ostream& o, T const& eos_state) return o; } -template ::value || - std::is_same::value || - std::is_same::value - >::type> +template ::value>::type> inline std::ostream& operator<< (std::ostream& o, T const& eos_state) {