Описание тега c++-ts

C++ Technical Specifications (TS) are published standards for C++ that are not yet part of the core C++ language, but may be implemented by compilers and libraries. They are made with the intent to eventually become part of the standard, but when they do so, they often undergo some changes.

The ISO C++ committee publishes a number of Technical Specifications. Some of these have been incorporated into C++ standards as they are completed.

TS's voted into a standard:

  • Library Fundamentals v1 [C++17], v2 [C++17, partially]
  • Filesystem [C++17]
  • Concepts [C++20, mostly]

TS's that are published standards, but not yet voted into C++:

  • Library Fundamentals v2
  • Concurrency v1
  • Parallelism v1
  • Networking
  • Ranges v1
  • Coroutines (co_await)
  • Transactional memory

TS's still in development:

  • Modules
  • Concurrency v2
  • Parallelism v2
  • Static Reflection
  • 2D Graphics