File tree Expand file tree Collapse file tree 9 files changed +27
-0
lines changed
test_generator/cppy_source Expand file tree Collapse file tree 9 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ // Workaround because of missing include in xtensor
11+ #include < concepts>
12+
1013#include " xtensor/containers/xarray.hpp"
1114#include " xtensor/generators/xbuilder.hpp"
1215#include " xtensor/generators/xrandom.hpp"
Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ // Workaround because of missing include in xtensor
11+ #include < concepts>
12+
1013#include " xtensor/containers/xarray.hpp"
1114#include " xtensor/generators/xbuilder.hpp"
1215#include " xtensor/views/xstrided_view.hpp"
Original file line number Diff line number Diff line change 99
1010// this test is for https://github.com/xtensor-stack/xtensor-blas/issues/206
1111
12+ // Workaround because of missing include in xtensor
13+ #include < concepts>
14+
1215#include " xtensor/containers/xarray.hpp"
1316#include " xtensor/generators/xbuilder.hpp"
1417#include " xtensor/generators/xrandom.hpp"
Original file line number Diff line number Diff line change 99
1010#include <algorithm>
1111
12+ // Workaround because of missing include in xtensor
13+ #include <concepts>
14+
1215#include "gtest/gtest.h"
1316#include "xtensor/containers/xarray.hpp"
1417#include "xtensor/containers/xtensor.hpp"
Original file line number Diff line number Diff line change 99
1010#include <algorithm>
1111
12+ // Workaround because of missing include in xtensor
13+ #include <concepts>
14+
1215#include "gtest/gtest.h"
1316#include "xtensor/containers/xarray.hpp"
1417#include "xtensor/containers/xfixed.hpp"
Original file line number Diff line number Diff line change 99
1010#include <algorithm>
1111
12+ // Workaround because of missing include in xtensor
13+ #include <concepts>
14+
1215#include "gtest/gtest.h"
1316#include "xtensor/containers/xarray.hpp"
1417#include "xtensor/containers/xfixed.hpp"
Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ // Workaround because of missing include in xtensor
11+ #include < concepts>
12+
1013#include " xtensor/containers/xarray.hpp"
1114#include " xtensor/generators/xbuilder.hpp"
1215#include " xtensor/io/xio.hpp"
Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ // Workaround because of missing include in xtensor
11+ #include < concepts>
12+
1013#include " xtensor/containers/xarray.hpp"
1114#include " xtensor/generators/xbuilder.hpp"
1215#include " xtensor/generators/xrandom.hpp"
Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ // Workaround because of missing include in xtensor
11+ #include < concepts>
12+
1013#include " xtensor/containers/xarray.hpp"
1114#include " xtensor/generators/xbuilder.hpp"
1215#include " xtensor/views/xstrided_view.hpp"
You can’t perform that action at this time.
0 commit comments