From 79f6e467a44959b4f18eb0b444afb8b3350d59e3 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Fri, 4 Apr 2025 18:41:04 +0200 Subject: [PATCH 1/2] test/tensor: fix potentiel conflict with Eigen::print --- unittest/tensor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest/tensor.cpp b/unittest/tensor.cpp index 7a7ef6d3e..b362b1cde 100644 --- a/unittest/tensor.cpp +++ b/unittest/tensor.cpp @@ -38,12 +38,12 @@ void print(const Tensor& tensor) { template void print_ref(const Eigen::TensorRef tensor) { - print(tensor); + ::print(tensor); } template void print_base(const Eigen::TensorBase& tensor) { - print(tensor); + ::print(tensor); } template From 7b6711623ec53cf3835fe2c105cd4850cc79eafd Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Fri, 4 Apr 2025 18:42:20 +0200 Subject: [PATCH 2/2] cmake: sync submodule --- cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake b/cmake index 2ede15d1c..b5ae8e493 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 2ede15d1cb9d66401ba96788444ad64c44ffccd8 +Subproject commit b5ae8e49306840a50ae9c752c5b4040f892c89d8