|
Boost :
|
- Next message: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Previous message: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- In reply to: John Maddock: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Next in thread: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Reply: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
On Sat, Oct 16, 2021 at 2:19 PM John Maddock wrote:
> This is fine by me, I imagine that Boost.StaticAssert is rapidly
> becoming obsolete anyway?
Not everyone is on C++17 to use static_assert(expr), so even C++11 and
C++14 Boost libraries (and some Boost users) choose
BOOST_STATIC_ASSERT(expr) over having to static_assert(expr, "expr")
etc.
Glen
- Next message: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Previous message: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- In reply to: John Maddock: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Next in thread: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
- Reply: Peter Dimov: "Re: Opinions on merging Assert, StaticAssert, ThrowException into Core"
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk