]> git.ipfire.org Git - thirdparty/gcc.git/commit
contracts: Lowercase {MAYBE,NEVER}_CONTINUE
authorArsen Arsenović <arsen@aarsen.me>
Sat, 10 Dec 2022 09:43:00 +0000 (10:43 +0100)
committerJason Merrill <jason@redhat.com>
Mon, 19 Dec 2022 20:08:08 +0000 (15:08 -0500)
commita39f454f0faf0734c7d040c9d8523f71be821000
tree9cf8a9b595f5c9910a05b32af439c85cfe748235
parent4e4620d8c796af482b57b94932618d1f9d9af9f7
contracts: Lowercase {MAYBE,NEVER}_CONTINUE

The lowercase constants are more consistent with the standard, and it is
unlikely that the uppercase versions would've been accepted.

gcc/cp/ChangeLog:

* contracts.cc: Rename references to
contract_violation_continuation_mode constants to be lowercase.

libstdc++-v3/ChangeLog:

* include/experimental/contract: Lowercase the constants in
contract_violation_continuation_mode.
gcc/cp/contracts.cc
libstdc++-v3/include/experimental/contract