Skip to content

Commit e40aac0

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

File tree

20 files changed

+139
-1988
lines changed

20 files changed

+139
-1988
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install packages
9191
run: sudo apt install libicu-dev
9292
- name: Test
93-
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp ../../src/*.cpp -o regress && ./regress
93+
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp -o regress && ./regress
9494
working-directory: ./test/regress
9595
ubuntu-jammy-clang:
9696
runs-on: ubuntu-22.04

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)