
----- Original Message ----- From: "Lorenzo Caminiti" <lorcaminiti@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, May 13, 2010 10:32 PM Subject: Re: [boost] [contract] static assertions
On Thu, May 13, 2010 at 4:24 PM, Thorsten Ottosen <nesotto@cs.aau.dk> wrote:
Lorenzo Caminiti skrev:
Shall Boost.Contract static static assertions?
1) N1962 removed static assertions previously added by revisions N1866 and N1773 of the same proposal -- why?
static_assert was added to the language.
Makes sense.
Do you think it would be valuable for my library to support static assertions?
If what you want is a uniform way you could always forward to the Boost.StaticAssert library. Boost.Mpl provide also some interesting variants that could also be forwarded. Best, Vicente