We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782ce16 commit 7bbc9b2Copy full SHA for 7bbc9b2
test/tensor/Jamfile
@@ -6,11 +6,12 @@
6
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7
# http://www.boost.org/LICENSE_1_0.txt)
8
9
+import config : requires ;
10
+
11
project boost/ublas/test/tensor
12
: requirements
- # these tests require C++17
- <cxxstd>11:<build>no
13
<toolset>gcc:<cxxflags>"-Wall -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-but-set-variable"
14
+ [ requires cxx17_if_constexpr ]
15
;
16
17
alias unit_test_framework
0 commit comments