bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PROPOSED 2/2] assert-h: prefer to ‘verify’


From: Paul Eggert
Subject: Re: [PROPOSED 2/2] assert-h: prefer to ‘verify’
Date: Tue, 13 Sep 2022 23:47:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/13/22 20:05, Bruno Haible wrote:
  # if (!defined static_assert \
-      && __STDC_VERSION__ < 202311 && __cpp_static_assert < 201411)
+      && __STDC_VERSION__ < 202311 \
+      && __cpp_static_assert < 201411 && __GNUG__ < 6)
  #  define static_assert _Static_assert /* C11 requires this #define.  */
  # endif

Thanks for the fix. Should I also install the attached patch, for consistency?

Attachment: 0001-verify-treat-GNU-C-6-like-recent-C.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]