Skip to content

Commit

Permalink
Add some missing C++11 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jun 22, 2023
1 parent 2c40bdd commit f20b831
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@ project boost/nowide
: source-location ../src
: requirements $(requirements)
[ requires
cxx11_auto_declarations
cxx11_char16_t
cxx11_char32_t
cxx11_constexpr
cxx11_decltype
cxx11_defaulted_functions
cxx11_noexcept
cxx11_nullptr
cxx11_override
cxx11_rvalue_references
cxx11_static_assert
cxx11_template_aliases
cxx11_variadic_templates
]
[ 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 ]
Expand Down

0 comments on commit f20b831

Please sign in to comment.