[libcxx-commits] [libcxx] f0bb6c7 - [libc++][doc] Add a todo.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 06:56:33 PST 2021
Author: Mark de Wever
Date: 2021-11-16T15:56:29+01:00
New Revision: f0bb6c760c203cb760de08dba3376ba16e981d32
URL: https://github.com/llvm/llvm-project/commit/f0bb6c760c203cb760de08dba3376ba16e981d32
DIFF: https://github.com/llvm/llvm-project/commit/f0bb6c760c203cb760de08dba3376ba16e981d32.diff
LOG: [libc++][doc] Add a todo.
As suggested in D113831.
Added:
Modified:
libcxx/include/format
Removed:
################################################################################
diff --git a/libcxx/include/format b/libcxx/include/format
index e1002e72817a..ce16857665cd 100644
--- a/libcxx/include/format
+++ b/libcxx/include/format
@@ -313,6 +313,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
// to support compilers with partial C++20 support.
#if !defined(_LIBCPP_HAS_NO_CONCEPTS)
+// TODO FMT Move the implementation in this file to its own granular headers.
+
// TODO FMT Evaluate which templates should be external templates. This
// improves the efficiency of the header. However since the header is still
// under heavy development and not all classes are stable it makes no sense
More information about the libcxx-commits
mailing list