[libcxx] r238631 - Add TODO note about switching to __decltype
Eric Fiselier
eric at efcs.ca
Fri May 29 16:21:03 PDT 2015
Author: ericwf
Date: Fri May 29 18:21:03 2015
New Revision: 238631
URL: http://llvm.org/viewvc/llvm-project?rev=238631&view=rev
Log:
Add TODO note about switching to __decltype
Modified:
libcxx/trunk/TODO.TXT
Modified: libcxx/trunk/TODO.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/TODO.TXT?rev=238631&r1=238630&r2=238631&view=diff
==============================================================================
--- libcxx/trunk/TODO.TXT (original)
+++ libcxx/trunk/TODO.TXT Fri May 29 18:21:03 2015
@@ -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?
More information about the cfe-commits
mailing list