From 0620fc865b076da2abf24884e34393b337e7ee47 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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@238631 91177308-0d34-0410-b5e6-96231b3b80d8 --- TODO.TXT | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.TXT b/TODO.TXT index c67138169..fa27f041d 100644 --- a/TODO.TXT +++ b/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