mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 04:37:20 +02:00
Change all <source> references to <library>.
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
# copyright John Maddock 2003
|
# copyright John Maddock 2003
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
# Boost Software License, Version 1.0. (See accompanying file
|
# Boost Software License, Version 1.0. (See accompanying file
|
||||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
# bring in the rules for testing
|
# bring in the rules for testing
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
;
|
;
|
||||||
|
|
||||||
#run static_assert_example_1.cpp ;
|
#run static_assert_example_1.cpp ;
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# copyright John Maddock 2003
|
# copyright John Maddock 2003
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
# Boost Software License, Version 1.0. (See accompanying file
|
# Boost Software License, Version 1.0. (See accompanying file
|
||||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
# bring in the rules for testing
|
# bring in the rules for testing
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
;
|
;
|
||||||
|
|
||||||
run static_assert_test.cpp ;
|
run static_assert_test.cpp ;
|
||||||
|
Reference in New Issue
Block a user