RFR: 8255082: HotSpot Style Guide should permit noexcept [v2]
Kim Barrett
kbarrett at openjdk.org
Tue Jun 3 11:01:06 UTC 2025
On Mon, 2 Jun 2025 21:07:34 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>>
>> dholmes review
>
> doc/hotspot-style.html line 1121:
>
>> 1119: <li>Only the argument-less form of <code>noexcept</code> exception
>> 1120: specifications are permitted. <code>noexcept</code> exception
>> 1121: specifications with arguments are forbidden.</li>
>
> I was suggesting dropping the second sentence as it is implied by the first.
Oh, I see. Sure. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25574#discussion_r2123457546
More information about the hotspot-dev
mailing list