Skip to content

Commit 9bd4d6d

Browse files
Remove the deprecated POSIX API and make Boost.Regex header only.
Closes #253
1 parent f851a08 commit 9bd4d6d

File tree

19 files changed

+138
-1987
lines changed

19 files changed

+138
-1987
lines changed

build.jam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ project /boost/regex
2020
;
2121

2222
explicit
23-
[ alias boost_regex : build//boost_regex ]
23+
[ alias boost_regex : : : : <include>include <library>$(boost_dependencies) ]
2424
[ alias all : boost_regex example test ]
2525
;
2626

2727
call-if : boost-library regex
28-
: install boost_regex
2928
;
3029

build/Jamfile.v2

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)