We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef25b2 commit eb0c580Copy full SHA for eb0c580
build.jam
@@ -13,7 +13,7 @@ constant boost_dependencies
13
/boost/preprocessor//boost_preprocessor
14
;
15
16
-project /boost/open_method ;
+project /boost/openmethod ;
17
18
alias boost_open_method
19
: usage-requirements
@@ -23,4 +23,4 @@ alias boost_open_method
23
alias all : boost_open_method test ;
24
explicit all ;
25
26
-call-if : boost-library open_method ;
+call-if : boost-library openmethod ;
0 commit comments