[all-commits] [llvm/llvm-project] 86aae7: [libc++] [P0325] Implement to_array from LFTS with...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Thu Jan 30 04:38:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 86aae78268f31e58b619c9ae69e8b661dfacb9f4
      https://github.com/llvm/llvm-project/commit/86aae78268f31e58b619c9ae69e8b661dfacb9f4
  Author: Marek Kurdej <marek at quasardb.net>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/array
    M libcxx/include/version
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libc++] [P0325] Implement to_array from LFTS with updates.

Summary:
This patch implements https://wg21.link/P0325.
Please mind that at it is my first contribution to libc++, so I may have forgotten to abide to some conventions.

Reviewers: EricWF, mclow.lists, ldionne, lichray

Reviewed By: ldionne, lichray

Subscribers: lichray, dexonsmith, zoecarver, christof, ldionne, libcxx-commits

Tags: #libc

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




More information about the All-commits mailing list