Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 922 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 922 Bytes

C++ Committee Papers

Introduction

This repository contains the source code for various proposals and the generated/ directory contains the generated proposals (HTML or PDF).

Status

  • P1371: Pattern Matching
  • P1469: Disallow _ Usage in C++20 for Pattern Matching in C++23 - Rejected
  • P1260: Pattern Matching - Requested to unify with P1308
  • P0655: visit<R>: Explicit Return Type for visit - Accepted in C++20
  • D0080: Tweaks to the Kona Variant - Encouraged to return with P-papers
  • P0080: Variant: Discriminated Union with Value Semantics - Not presented
  • N3887: Consistent Metafunction Aliases - Accepted in C++14