
El 12/09/2025 a las 0:38, Vinnie Falco escribió:
On Thu, Sep 11, 2025 at 3:25 PM Ion Gaztañaga via Boost <boost@lists.boost.org <mailto:boost@lists.boost.org>> wrote:
Long time ago I proposed merging Assert and StaticAssert into Config, maybe adding some workaround utilities, so I consider your proposal as a good idea ;-)
Are you proposing:
#include <boost/config/assert.hpp> #include <boost/config/static_assert.hpp>
and that these would be in the same Git repository?
Thanks
Yeah. But we should also maintain old paths <(boost/assert.hpp> <boost/current_function.hpp>, <boost/assert/source_location.hpp> and <boost/static_asset.hpp>) to avoid breaking code. Best, Ion PS: In the future boost/assert could support hardening modes for boost libraries (something similar to https://libcxx.llvm.org/Hardening.html)