cxx11_tensor_expr.cpp: delete extraneous semicolon

libeigen/eigen!2074
This commit is contained in:
Charles Schlosser
2025-11-11 01:39:38 +00:00
parent 9b511fe4fe
commit 72bfca3d82

View File

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