The Daily C++
1.83K subscribers
10 photos
2 files
596 links
The best channel about C++ News!
Every day a lot of news!

Send your project/repo/guide/tutorial to @dailycppbot
Download Telegram
Tags: #inline
Thanks to inline the compiler can replace the function call by the function body. There are two reasons to use inline functions: performance and safety.
https://www.modernescpp.com/index.php/inline
Tags: #compiler #support #new #features
The following table presents compiler support for new C++ features. These include C++11, C++14, C++17 and various technical specifications.
https://en.cppreference.com/w/cpp/compiler_support
Tags: #allocator #model #new #implementing
Judging by the recent amount of talks about the STL Allocator model it is a pretty well-known fact that is has some issues.
https://foonathan.github.io/meetingcpp2016.html