
10 Sep
2025
10 Sep
'25
3:36 p.m.
On Wed, Sep 10, 2025 at 8:30 AM Peter Dimov via Boost <boost@lists.boost.org> wrote:
I define my own local macro and use that instead to avoid the dependency.
I guess that's worth it if you can make your library have zero dependencies, and if not though how much is being gained? Boost.StaticAssert has just one include (and it looks more beefy than one might expect): https://github.com/boostorg/static_assert/blob/develop/include/boost/static_... Thanks