[libcxx-commits] [PATCH] D93166: [libc++][format] Add basic_format_parse_context.

Mehdi AMINI via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 11 09:55:05 PST 2021


mehdi_amini added a comment.

I still see an error:

  In file included from /var/lib/buildkite-agent/builds/buildkite-69fdf6c495-8wxf7-1/mlir/mlir-core/libcxx/src/format.cpp:9:
  /tmp/ci-6kGTAaqbDL/include/c++/v1/format:159:16: error: no member named 'is_constant_evaluated' in namespace 'std::__1'
      if (_VSTD::is_constant_evaluated() && __id >= __num_args_)
          ~~~~~~~^


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93166/new/

https://reviews.llvm.org/D93166



More information about the libcxx-commits mailing list