summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/TODO.TXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT
index c67138169a0..fa27f041df2 100644
--- a/libcxx/TODO.TXT
+++ b/libcxx/TODO.TXT
@@ -44,4 +44,6 @@ Misc Tasks
* Look at basic_string's move assignment operator, re LWG 2063 and POCMA
* libc++ is missing try_emplace
* Put a static_assert in std::allocator to deny const/volatile types (LWG 2447)
+* Investigate the effect of using __decltype instead of __typeof__ to provide
+ decltype in C++03. What code could be broken by this change?
OpenPOWER on IntegriCloud