[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 01:10:03 PST 2020


Mordante created this revision.
Mordante added reviewers: EricWF, ldionne, mclow.lists.
Herald added subscribers: libcxx-commits, arichardson, mgorny.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Mordante requested review of this revision.

This is the first step at implementing <format>. It adds the <format> header
and implements the `format_error`. class.

Implemnts parts of:
-P0645 Text Formatting


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92214

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/include/version
  libcxx/src/CMakeLists.txt
  libcxx/src/format.cpp
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/format.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/format/format.error/format.error.pass.cpp
  libcxx/test/std/utilities/format/version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92214.307984.patch
Type: text/x-patch
Size: 21811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201127/bc9d925a/attachment-0001.bin>


More information about the libcxx-commits mailing list