RFR: 8314488: Compile the JDK as C++17 [v2]

Julian Waters jwaters at openjdk.org
Fri Dec 15 13:08:38 UTC 2023


On Fri, 15 Dec 2023 12:56:07 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> It's not that it overrides the warning.  They are different syntactic constructs that just happen to have
>> a word in common.  The joys of parsing C++ ...
>
> The keyword also happens to go in the same location as well. How coincidental...

I also realized that this uses a gcc statement expression currently, I wonder if this could use a lambda expression instead in another change?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14988#discussion_r1427955879


More information about the build-dev mailing list