Files
static_assert/example/Jamfile.v2

16 lines
451 B
Plaintext
Raw Permalink Normal View History

# copyright John Maddock 2003
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# bring in the rules for testing
import testing ;
2024-03-11 08:38:17 -05:00
project : requirements
<library>/boost/type_traits//boost_type_traits
2024-03-11 08:38:17 -05:00
;
2019-12-26 18:58:11 +02:00
#run static_assert_example_1.cpp ;
run static_assert_example_2.cpp ;
run static_assert_example_3.cpp ;