Fix cxx11_tensor_expr.cpp

This commit is contained in:
Rasmus Munk Larsen
2025-11-10 19:11:35 +00:00
parent 943fdc71c6
commit 9b511fe4fe

View File

@@ -435,7 +435,7 @@ void test_minmax_nan_propagation_templ() {
}
#else
template <typename Scalar>
void test_minmax_nan_propagation_templ()
void test_minmax_nan_propagation_templ() {};
#endif
static void test_clip() {