svn commit: r286100 - in head/sys: net netipsec

John-Mark Gurney jmg at funkthat.com
Fri Jul 31 05:32:03 UTC 2015


Ryan Stone wrote this message on Fri, Jul 31, 2015 at 01:03 -0400:
> You can't use CTASSERT in a header. You'll get a compile error if two

Testing a fix now...

> different headers included in the same translation unit have a CTASSERT on
> the same line number.

Not w/ clang anymore...  _Static_assert is now a built-in..  And we have
a few CTASSERTs in header files already...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the svn-src-head mailing list