diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-05-29 23:21:03 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-05-29 23:21:03 +0000 |
commit | 5ae9b64a091e43ead45b59a72622365a3e70363a (patch) | |
tree | 8f4cfb83d1e150a2627cb690fd9c4f7aa6488113 /libcxx | |
parent | 7565e0d1028ea1de6ac3ee3e9ea11118b812fbca (diff) | |
download | bcm5719-llvm-5ae9b64a091e43ead45b59a72622365a3e70363a.tar.gz bcm5719-llvm-5ae9b64a091e43ead45b59a72622365a3e70363a.zip |
Add TODO note about switching to __decltype
llvm-svn: 238631
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/TODO.TXT | 2 |
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? |