libboost-regex/1.78.0

[brief]

Regular expression library

The Boost Regex library provides regular expression support for C++, this library is the ancestor to std::regex and still goes beyond and offers some advantages to, the standard version.

The full documentation is available on boost.org.

Support, bugs and feature requests

Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed issues).

You can submit your changes through a pull request.

There is no mailing-list specific to Boost Regex, although you can use the general-purpose Boost mailing-list using the tag [regex].

Development

Clone the whole boost project, which includes the individual Boost projects as submodules (see boost+git doc):

git clone https://github.com/boostorg/boost
cd boost
git submodule update --init

The Boost Regex Library is located in libs/regex/.

Running tests

First, make sure you are in libs/regex/test. You can either run all the tests listed in Jamfile.v2 or run a single test:

../../../b2                        <- run all tests
../../../b2 regex_regress          <- single test
version 1.78.0
license BSL-1.0Boost Software License 1.0
repository https://pkg.cppget.org/1/legacy
download libboost-regex-1.78.0.tar.gz
sha256 b017dfb950caef2a6c97e22ac15d2f01d92930389605b4819988714fd9d47efe
project boost
url github.com/boostorg/regex
doc-url www.boost.org/doc/libs/1_78_0/libs/regex
package-url github.com/build2-packaging/boost
package-email packaging@build2.orgMailing list
topics C++Boost

Depends (14)

libicuuc ^65.1.0
libicui18n ^65.1.0
libboost-assert == 1.78.0
libboost-concept-check == 1.78.0
libboost-config == 1.78.0
libboost-container-hash == 1.78.0
libboost-core == 1.78.0
libboost-integer == 1.78.0
libboost-mpl == 1.78.0
libboost-predef == 1.78.0
libboost-smart-ptr == 1.78.0
libboost-static-assert == 1.78.0
libboost-throw-exception == 1.78.0
libboost-type-traits == 1.78.0

Reviews

fail 0
pass 1