Skip to content

C++Now 2019 design

Pre-release
Pre-release
Compare
Choose a tag to compare
@mpusz mpusz released this 17 Sep 12:58
· 3750 commits to master since this release
  • The design as described on C++Now 2019 talk (https://youtu.be/wKchCktZPHU)
  • Added C++20 features supported by gcc-9.1 (std::remove_cvref_t, down with typename, std::type_identity)
  • Compile-time performance optimizations (type_list, common_ratio, ratio, conditional_t)