mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix cxx11_tensor_expr.cpp
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user