You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments