Skip to content

Commit 848454e

Browse files
grafikrobotjeking3
authored andcommitted
Change all <source> references to <library>.
1 parent ffe7b36 commit 848454e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Jamfile.v2

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import testing ;
66

77
project : requirements
8-
<source>/boost/core//boost_core
8+
<library>/boost/core//boost_core
99
;
1010

1111
test-suite concept_check
@@ -15,11 +15,11 @@ test-suite concept_check
1515
[ run class_concept_check_test.cpp ]
1616
[ compile-fail concept_check_fail_expected.cpp ]
1717
[ compile-fail class_concept_fail_expected.cpp ]
18-
18+
1919
[ run where.cpp ]
2020
[ compile-fail where_fail.cpp ]
2121
[ compile-fail usage_fail.cpp ]
22-
22+
2323
# Backward compatibility tests
2424
[ run old_concept_pass.cpp ]
2525
[ compile-fail function_requires_fail.cpp ]

0 commit comments

Comments
 (0)