summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-05-29 23:21:03 +0000
committerEric Fiselier <eric@efcs.ca>2015-05-29 23:21:03 +0000
commit5ae9b64a091e43ead45b59a72622365a3e70363a (patch)
tree8f4cfb83d1e150a2627cb690fd9c4f7aa6488113 /libcxx
parent7565e0d1028ea1de6ac3ee3e9ea11118b812fbca (diff)
downloadbcm5719-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.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