[all-commits] [llvm/llvm-project] 963495: [libc++][format] Adds availability macros for std:...

mordante via All-commits all-commits at lists.llvm.org
Wed May 26 08:55:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 963495f0d4b5a0707f82b6c6454f42f3aa52da9b
      https://github.com/llvm/llvm-project/commit/963495f0d4b5a0707f82b6c6454f42f3aa52da9b
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
    M libcxx/include/__availability
    M libcxx/include/__format/format_parse_context.h
    M libcxx/include/version
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++][format] Adds availability macros for std::format.

This prevents std::format to be available until there's an ABI stable
version. (This only impacts the Apple platform.)

Depends on D102703

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list