We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6be4be commit 666e0c3Copy full SHA for 666e0c3
build.jam
@@ -15,12 +15,12 @@ constant boost_dependencies
15
16
project /boost/openmethod ;
17
18
-alias boost_open_method
+alias boost_openmethod
19
: usage-requirements
20
<include>include
21
<library>$(boost_dependencies)
22
;
23
-alias all : boost_open_method test ;
+alias all : boost_openmethod test ;
24
explicit all ;
25
26
call-if : boost-library openmethod ;
test/Jamfile
@@ -16,7 +16,7 @@ project
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
- <library>/boost/open_method//boost_open_method
+ <library>/boost/openmethod//boost_openmethod
<warnings>extra
0 commit comments