mirror of
https://github.com/boostorg/array.git
synced 2026-06-16 09:02:32 +02:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8991751e3b | |||
| b2f6f0ca65 | |||
| 703ad46b81 | |||
| 7482efd0a1 | |||
| 78fb6a71dd | |||
| 40e2a2d4d8 | |||
| fc10453994 | |||
| 28d8d30b57 | |||
| fe1e99eb31 | |||
| 1469f4b28e | |||
| d535c37a57 | |||
| 36bba5af2d |
@@ -16,7 +16,6 @@ target_link_libraries(boost_array
|
||||
INTERFACE
|
||||
Boost::assert
|
||||
Boost::config
|
||||
Boost::core
|
||||
Boost::static_assert
|
||||
Boost::throw_exception
|
||||
)
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# Copyright 2023-2024 René Ferdinand Rivera Morell
|
||||
# Copyright 2024 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
;
|
||||
|
||||
project /boost/array ;
|
||||
|
||||
explicit
|
||||
[ alias boost_array : : : : <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_array test ]
|
||||
;
|
||||
|
||||
call-if : boost-library array
|
||||
;
|
||||
|
||||
+4
-1
@@ -10,6 +10,9 @@ import config : requires ;
|
||||
project
|
||||
: requirements
|
||||
|
||||
<library>/boost/array//boost_array
|
||||
<library>/boost/core//boost_core
|
||||
|
||||
<warnings>extra
|
||||
|
||||
<toolset>msvc:<warnings-as-errors>on
|
||||
@@ -58,7 +61,7 @@ compile-fail array_getfail2.cpp
|
||||
: <warnings>off ;
|
||||
|
||||
run array_hash.cpp
|
||||
: : : [ requires cxx11_noexcept ] ;
|
||||
: : : <library>/boost/container_hash//boost_container_hash [ requires cxx11_noexcept ] ;
|
||||
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user