Skip to content

Commit 51b248c

Browse files
authored
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent bd7f7f5 commit 51b248c

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ install:
5050
- git submodule init libs/assert
5151
- git submodule init libs/config
5252
- git submodule init libs/core
53-
- git submodule init libs/static_assert
5453
- git submodule init libs/throw_exception
5554
- git submodule init libs/headers
5655
- git submodule init tools/build

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
git submodule init libs/assert
153153
git submodule init libs/config
154154
git submodule init libs/core
155-
git submodule init libs/static_assert
156155
git submodule init libs/throw_exception
157156
git submodule init libs/headers
158157
git submodule init tools/build
@@ -204,7 +203,6 @@ jobs:
204203
git submodule init libs/assert
205204
git submodule init libs/config
206205
git submodule init libs/core
207-
git submodule init libs/static_assert
208206
git submodule init libs/throw_exception
209207
git submodule init libs/headers
210208
git submodule init tools/build

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ install:
278278
- git submodule init libs/assert
279279
- git submodule init libs/config
280280
- git submodule init libs/core
281-
- git submodule init libs/static_assert
282281
- git submodule init libs/headers
283282
- git submodule init tools/build
284283
- git submodule init tools/boost_install

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ target_link_libraries(boost_align INTERFACE
1818
Boost::assert
1919
Boost::config
2020
Boost::core
21-
Boost::static_assert
2221
)

build.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ constant boost_dependencies :
99
/boost/assert//boost_assert
1010
/boost/config//boost_config
1111
/boost/core//boost_core
12-
/boost/static_assert//boost_static_assert ;
12+
;
1313

1414
project /boost/align
1515
;

0 commit comments

Comments
 (0)