C++20 Making Progress On Modules, Memory Model Updates
In Summary : This past week was an ISO C++ committee meeting in San Diego, which happened to be their largest meeting ever, and they manag...
https://updatesinfosec.blogspot.com/2018/11/c20-making-progress-on-modules-memory.html

This past week was an ISO C++ committee meeting in San Diego, which happened to be their largest meeting ever, and they managed to accomplish a lot in drafting more planned changes around the C++20 language update.
Herb Sutter of the ISO C++ standards committee has written another excellent trip summary of all that was discussed pertaining to this next major update for C++20. Some of the highlights from the C++20 discussions in San Diego included:
- The Ranges concept was adopted for C++20.
- The Concepts "convenience" notation was approved as well.
- Many constexpr additions for C++20.
- Updates were made around the C++ memory model, including better support for GPU memory.
- Working towards better Unicode support with a new chart8_t type for UTF-8 characters/strings.
- Smart pointer creation with default initialization.[...]
kindly refer the following link as follow up :
https://www.phoronix.com/scan.php?page=news_item&px=Cpp-20-November-2018-Update