[all-commits] [llvm/llvm-project] 68f66f: Revert "[libc++][format] Add basic_format_parse_co...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Feb 1 13:19:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68f66f37d7d74be7beba56506c4397dadc8538dd
      https://github.com/llvm/llvm-project/commit/68f66f37d7d74be7beba56506c4397dadc8538dd
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M libcxx/include/format
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/advance_to.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/begin.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/ctor.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/end.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.pass.cpp
    R libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/types.compile.pass.cpp

  Log Message:
  -----------
  Revert "[libc++][format] Add basic_format_parse_context."

This reverts commit 35a57f39b5d126646335183f1ff0f7adb52d63bc.

A build is broken during clang bootstrap with:

In file included from ../libcxx/src/format.cpp:9:
/tmp/ci-nGNyLRM9V3/include/c++/v1/format:153:16: error: no member named 'is_constant_evaluated' in namespace 'std::__1'
    if (_VSTD::is_constant_evaluated() && __id >= __num_args_)
        ~~~~~~~^
1 error generated.




More information about the All-commits mailing list