Explore >> Select a destination


You are here

herbsutter.com
| | blog.jetbrains.com
4.4 parsecs away

Travel
| | 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
3.3 parsecs away

Travel
| |
| | botondballo.wordpress.com
3.2 parsecs away

Travel
| | 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
30.1 parsecs away

Travel
| 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.