Skip to content

Commit

Permalink
Reduce duplicated requirements from Jamfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jun 22, 2023
1 parent af2b3f5 commit 2c40bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ project boost/nowide
cxx11_rvalue_references
cxx11_static_assert
]
[ check-target-builds ../config//cxx11_moveable_fstreams "std::fstream is moveable and swappable" : : <build>no ]
[ check-target-builds ../config//lfs_support "Has Large File Support" : : <define>BOOST_NOWIDE_NO_LFS ] <boost.nowide.lfs>no:<define>BOOST_NOWIDE_NO_LFS
[ check-target-builds ../config//attribute_init_priority "Has attribute init_priority" : <define>BOOST_NOWIDE_HAS_INIT_PRIORITY ]
: usage-requirements $(requirements)
Expand Down
7 changes: 1 addition & 6 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,12 @@ project : requirements
<include>.
<warnings>pedantic
<warnings-as-errors>on
[ requires
cxx11_defaulted_functions
cxx11_noexcept
cxx11_rvalue_references
cxx11_static_assert
]
[ check-target-builds ../config//cxx11_moveable_fstreams "std::fstream is moveable and swappable" : : <build>no ]
;

lib shell32 ;
lib file_test_helpers : file_test_helpers.cpp : <link>static -<library>/boost/nowide//boost_nowide ;
explicit file_test_helpers ;

run test_codecvt.cpp ;
run test_convert.cpp ;
Expand Down

0 comments on commit 2c40bdd

Please sign in to comment.