[all-commits] [llvm/llvm-project] 053435: [libc++] [P0646] Add feature-test macro for __cpp_...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Thu Mar 12 03:06:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05343588e3bf126319e166e55519531d29d08ba6
      https://github.com/llvm/llvm-project/commit/05343588e3bf126319e166e55519531d29d08ba6
  Author: Marek Kurdej <marek at quasardb.net>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/version
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.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++] [P0646] Add feature-test macro for __cpp_lib_list_remove_return_type.

Summary: The return type modification has already been implemented in rL364840 and rL365290.

Reviewers: ldionne, mclow.lists, EricWF, #libc!

Reviewed By: ldionne

Subscribers: christof, dexonsmith, libcxx-commits

Tags: #libc

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




More information about the All-commits mailing list