4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-05 22:46:03 +08:00
ed@FreeBSD.org 84e294dc69 Make _Static_assert() work with GCC in older C++ standards.
GCC only activates C11 keywords in C mode, not C++ mode. This means
that when targeting an older C++ standard, we cannot fall back to using
_Static_assert(). In this case, do define _Static_assert() as a macro
that uses a typedef'ed array.

Discussed in:	r322875 commit thread
Reported by:	Mark MIllard
MFC after:	1 month
2018-07-30 10:47:57 +02:00
..
2018-01-17 11:47:13 -06:00
2016-10-25 16:24:05 +02:00
2016-10-25 16:24:05 +02:00
2016-04-15 14:51:39 +02:00
2016-04-15 14:51:39 +02:00
2018-03-06 11:40:16 +01:00
2017-09-07 15:39:34 +02:00
2018-01-17 11:47:13 -06:00
2018-01-17 11:47:17 -06:00
2017-04-04 12:16:05 +02:00
2018-01-17 11:47:17 -06:00
2018-01-17 11:47:13 -06:00
2015-04-23 21:57:06 +02:00
2015-05-28 16:40:43 +02:00