File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77
88import testing ;
99
10+ project : requirements <library>/boost/property_map//boost_property_map ;
11+
1012test-suite "property_map-examples"
1113 : [ run compose_property_map_example.cpp ]
1214 [ run example1.cpp ]
Original file line number Diff line number Diff line change 44#
55# Author: Douglas Gregor
66#
7- # Use, modification and distribution is subject to the Boost Software License,
8- # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9- # http://www.boost.org/LICENSE_1_0.txt)
7+ # Use, modification and distribution is subject to the Boost Software License,
8+ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9+ # http://www.boost.org/LICENSE_1_0.txt)
1010
1111# For more information, see http://www.boost.org/
1212
@@ -15,6 +15,7 @@ import os ;
1515project
1616 : requirements
1717 <target-os>cygwin:<define>_POSIX_C_SOURCE=201112L
18+ <library>/boost/property_map//boost_property_map
1819 ;
1920
2021test-suite property_map
You can’t perform that action at this time.
0 commit comments