[all-commits] [llvm/llvm-project] 3ffc53: [libc++] Implements concept default_initializable.

mordante via All-commits all-commits at lists.llvm.org
Mon Feb 1 10:13:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ffc53ba16272b6475ff49c05ab6aa72f7720383
      https://github.com/llvm/llvm-project/commit/3ffc53ba16272b6475ff49c05ab6aa72f7720383
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M libcxx/docs/Cxx2aStatusIssuesStatus.csv
    M libcxx/include/concepts
    A libcxx/test/std/concepts/concept.default.init/default_initializable.compile.pass.cpp
    A libcxx/test/std/concepts/concept.default.init/default_initializable.verify.cpp

  Log Message:
  -----------
  [libc++] Implements concept default_initializable.

Implements:
- LWG3149 DefaultConstructible should require default initialization

Implements parts of:
 - P0898R3 Standard Library Concepts
 - P1754 Rename concepts to standard_case for C++20, while we still can

Depends on D91986

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D93461




More information about the All-commits mailing list