Skip to content

Commit 021db74

Browse files
committed
Workaround
1 parent ae8005c commit 021db74

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

test/test_blas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <concepts>
1011
#include "xtensor/containers/xarray.hpp"
1112
#include "xtensor/generators/xbuilder.hpp"
1213
#include "xtensor/generators/xrandom.hpp"

test/test_dot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <concepts>
1011
#include "xtensor/containers/xarray.hpp"
1112
#include "xtensor/generators/xbuilder.hpp"
1213
#include "xtensor/views/xstrided_view.hpp"

test/test_dot_extended.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
#include <algorithm>
13+
#include <concepts>
1314

1415
#include "xtensor/containers/xarray.hpp"
1516
#include "xtensor/containers/xtensor.hpp"

test/test_float_norm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// this test is for https://github.com/xtensor-stack/xtensor-blas/issues/206
1111

12+
#include <concepts>
1213
#include "xtensor/containers/xarray.hpp"
1314
#include "xtensor/generators/xbuilder.hpp"
1415
#include "xtensor/generators/xrandom.hpp"

test/test_lapack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <concepts>
1011
#include "xtensor/containers/xarray.hpp"
1112
#include "xtensor/generators/xbuilder.hpp"
1213
#include "xtensor/io/xio.hpp"

test/test_linalg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <concepts>
1011
#include "xtensor/containers/xarray.hpp"
1112
#include "xtensor/generators/xbuilder.hpp"
1213
#include "xtensor/generators/xrandom.hpp"

test/test_lstsq.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
#include <algorithm>
13+
#include <concepts>
1314

1415
#include "xtensor/containers/xarray.hpp"
1516
#include "xtensor/containers/xfixed.hpp"

test/test_qr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
#include <algorithm>
13+
#include <concepts>
1314

1415
#include "xtensor/containers/xarray.hpp"
1516
#include "xtensor/containers/xfixed.hpp"

test/test_tensordot.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <concepts>
11+
1012
#include "xtensor/containers/xarray.hpp"
1113
#include "xtensor/generators/xbuilder.hpp"
1214
#include "xtensor/views/xstrided_view.hpp"

0 commit comments

Comments
 (0)