Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 16:56:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 205453] 11.0-CURRENT libcxxrt/guard.cc uses C11's _Static_assert in conditionally-compiled C++ code and when it is used buildworld fails for syntax errors in g++ compilers
Message-ID:  <bug-205453-29464-gQtZbneHRB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205453-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205453-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205453

--- Comment #3 from Mark Millard <markmi@dsl-only.net> ---
As for where _Static_assert and static_assert are gotten from:

_Static_assert in C11 and static_assert in C++11 exist even for free-standing
implementations. As I understand it is even stronger: no explicit headers
should be required unless the notation from one language is being used in the
other (ignoring simulating for older versions of languages). The handling
should be automatic/built-in even for source with no #includes involved.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205453-29464-gQtZbneHRB>