Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move cxx11_hdr_regex requirement from topology-impl to requires
  • Loading branch information
pdimov committed Nov 8, 2017
commit 4f5e2b7533a44b8f5e2817475401845d15a0e903
5 changes: 1 addition & 4 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ rule topology-impl ( properties * )
{
result = <build>no ;
}
else if ( <target-os>linux in $(properties) )
{
result = [ requires cxx11_hdr_regex ] ;
}
return $(result) ;
}

Expand Down Expand Up @@ -78,6 +74,7 @@ test-suite numa :
cxx11_hdr_mutex
cxx11_hdr_thread
cxx11_hdr_tuple
cxx11_hdr_regex
cxx11_lambdas
cxx11_noexcept
cxx11_nullptr
Expand Down