diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 16444ae..f9b2cf3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,13 +1,13 @@ # copyright John Maddock 2003 -# Use, modification and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file +# 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 ; project : requirements - /boost/type_traits//boost_type_traits + /boost/type_traits//boost_type_traits ; #run static_assert_example_1.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4a2169a..b8a506b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,13 +1,13 @@ # copyright John Maddock 2003 -# Use, modification and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file +# 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 ; project : requirements - /boost/type_traits//boost_type_traits + /boost/type_traits//boost_type_traits ; run static_assert_test.cpp ;