|
You are here |
herbsutter.com | ||
| | | | |
blog.jetbrains.com
|
|
| | | | | Hi,Since our last edition in February came out, the C++ community has organized lots of fantastic conferences, held productive C++ Committee discussions, and published tons of educational posts. W | |
| | | | |
isocpp.org
|
|
| | | | | ||
| | | | |
botondballo.wordpress.com
|
|
| | | | | Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,... | |
| | | | |
ricardomartins.cc
|
|
| | | UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types. | ||