Skip to content

Commit

Permalink
run tests on more compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Aug 25, 2023
1 parent 34441a6 commit 15b12e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ../../config/checks/config : requires ;
project
: source-location .
: requirements
[ requires cxx11 ]
[ requires cxx11_rvalue_references ]
<visibility>hidden
;

Expand Down
2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lib backtrace

project
: requirements
[ requires cxx11 ]
[ requires cxx11_rvalue_references ]
<toolset>msvc:<asynch-exceptions>on
<toolset>intel:<cxxflags>-wd2196
<target-os>linux:<linkflags>-lpthread
Expand Down

0 comments on commit 15b12e6

Please sign in to comment.