0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

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
template <typename Scalar>
void test_minmax_nan_propagation_templ() {};
void test_minmax_nan_propagation_templ() {}
#endif
static void test_clip() {