RFR: 8255082: HotSpot Style Guide should permit noexcept [v2]
Kim Barrett
kbarrett at openjdk.org
Tue Jun 3 10:03:51 UTC 2025
On Mon, 2 Jun 2025 19:38:52 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> I do have a query about whether the mention of `nothrow` should be `noexcept`.
"nothrow" (not an identifier, not code font) is a commonly used informal term,
and is reflected in the names of type traits like `is_nothrow_constructible<>`.
The Standard seems to consistently use "non-throwing exception specification"
in text. Terminology might have been different if C++ had `noexcept` to start with.
I don't have a strong preference here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25574#issuecomment-2934461969
More information about the hotspot-dev
mailing list