2020-07-24

Java - JEP 347: Enable C++14 Language Features

This features added in JDK 16. This includes being able to build with recent versions of various compilers that support C++11/14 language features.

Summary:
Allow the use of C++14 language features in JDK C++ source code, and give specific guidance about which of those features may be used in HotSpot code.

The purpose of this JEP is to formally allow C++ source code changes within the JDK to take advantage of C++14 language features.

Lists of new features for C++11 and C++14, along with links to their descriptions, can be found in the online documentation for some of the compilers and libraries:


  • C++ Standards Support in GCC
  • C++ Support in Clang
  • Visual C++ Language Conformance
  • libstdc++ Status
  • libc++ Status





No comments:

Post a Comment