[libc++][doc] Add a todo.
authorMark de Wever <koraq@xs4all.nl>
Tue, 16 Nov 2021 14:55:17 +0000 (15:55 +0100)
committerMark de Wever <koraq@xs4all.nl>
Tue, 16 Nov 2021 14:56:29 +0000 (15:56 +0100)
As suggested in D113831.

libcxx/include/format

index e1002e7..ce16857 100644 (file)
@@ -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