Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Assert, StaticAssert, ThrowException into Core #97

Open
Kojoley opened this issue Oct 16, 2021 · 0 comments
Open

Merge Assert, StaticAssert, ThrowException into Core #97

Kojoley opened this issue Oct 16, 2021 · 0 comments

Comments

@Kojoley
Copy link
Contributor

Kojoley commented Oct 16, 2021

Recently Core grew with additional dependencies on StaticAssert (in 1.76) and ThrowException (in the next release), previously it was only depending on Assert and Config. That made a lot of libraries checkout the same four repositories, three of them containing only a few headers. Merging into a single dependency will affect mostly positive about 100 libraries and negative 1: StlInterfaces (depends on Assert, and will on Core).

There is some difference in documentation format used (95924b1#r58137316), but that should be solvable.

Headers list:

StaticAssert (depends on Config)

  • boost/static_assert.hpp

Assert (depends on Config)

  • boost/assert.hpp
  • boost/current_function.hpp
  • boost/assert/source_location.hpp

ThrowException (depends on Assert and Config)

  • boost/throw_exception.hpp
  • boost/exception/exception.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant