We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782ce16 commit a543c73Copy full SHA for a543c73
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/checks/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