Integrated: 8355573: Remove kludge_c++11.h from jpackage code

Julian Waters jwaters at openjdk.org
Thu May 8 22:14:58 UTC 2025


On Fri, 25 Apr 2025 06:14:36 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> kludge_c++11.h was introduced to work around older C++ versions not having access to C++ utilities like std::unique_ptr. Since we are already on C++14 (And hopefully will get C++17 soon) this workaround can be removed from jpackage code.

This pull request has now been integrated.

Changeset: c2a4fa1d
Author:    Julian Waters <jwaters at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c2a4fa1d83bd690e4e453eb1dbe59c6503b5281d
Stats:     183 lines in 8 files changed: 1 ins; 182 del; 0 mod

8355573: Remove kludge_c++11.h from jpackage code

Reviewed-by: asemenyuk, almatvee

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

PR: https://git.openjdk.org/jdk/pull/24868


More information about the core-libs-dev mailing list