From 5ae9b64a091e43ead45b59a72622365a3e70363a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 29 May 2015 23:21:03 +0000 Subject: Add TODO note about switching to __decltype llvm-svn: 238631 --- libcxx/TODO.TXT | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx') 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? -- cgit v1.2.3