Skip to content

Commit 4cc0d67

Browse files
committed
Removed library sources and docs; moved to Boost.Config.
This library has been merged into Boost.Config, including sources, documentation, tests and examples. index.html updated to redirect to Boost.Config. README.md and meta/libraries.json were updated to mention that the library was merged into Boost.Config. CMakeLists.txt and build.jam are retained to define Boost.StaticAssert targets, which are now empty and only add the dependency on Boost.Config. This is to avoid breaking downstream libraries that have Boost.StaticAssert as a dependency. These users will need to be updated, and at that point this entire git submodule can be deleted. Tests, examples and CI configs are preserved at the request by Peter Dimov.
1 parent 9a6a86e commit 4cc0d67

File tree

8 files changed

+6
-516
lines changed

8 files changed

+6
-516
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ project(boost_static_assert VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CX
1111
add_library(boost_static_assert INTERFACE)
1212
add_library(Boost::static_assert ALIAS boost_static_assert)
1313

14-
target_include_directories(boost_static_assert INTERFACE include)
15-
1614
target_link_libraries(boost_static_assert
1715
INTERFACE
1816
Boost::config

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,4 @@ Boost StaticAssert Library
44
The Boost StaticAssert library provides static assertions for C++, this library is the ancestor to C++ native static_assert's and
55
can be used on older compilers which don't have that feature.
66

7-
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/static_assert).
8-
9-
## Support, bugs and feature requests ##
10-
11-
Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/static_assert/issues)
12-
(see [open issues](https://github.com/boostorg/static_assert/issues) and
13-
[closed issues](https://github.com/boostorg/static_assert/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed)).
14-
15-
You can submit your changes through a [pull request](https://github.com/boostorg/static_assert/pulls).
16-
17-
There is no mailing-list specific to Boost StaticAssert, although you can use the general-purpose Boost [mailing-list](http://lists.boost.org/mailman/listinfo.cgi/boost-users) using the tag [static_assert].
18-
19-
20-
## Development ##
21-
22-
Clone the whole boost project, which includes the individual Boost projects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)):
23-
24-
git clone https://github.com/boostorg/boost
25-
cd boost
26-
git submodule update --init
27-
28-
The Boost StaticAssert Library is located in `libs/static_assert/`.
29-
30-
### Running tests ###
31-
First, make sure you are in `libs/static_assert/test`.
32-
You can either run all the tests listed in `Jamfile.v2` or run a single test:
33-
34-
../../../b2 <- run all tests
35-
../../../b2 static_assert_test <- single test
36-
7+
This library has been merged into [Boost.Config](https://github.com/boostorg/config). The full documentation is available on [boost.org](https://www.boost.org/doc/libs/release/libs/config).

doc/Jamfile.v2

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

doc/static_assert.qbk

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

0 commit comments

Comments
 (0)