Add TODO note about switching to __decltype

llvm-svn: 238631
This commit is contained in:
Eric Fiselier 2015-05-29 23:21:03 +00:00
parent 7565e0d102
commit 5ae9b64a09
1 changed files with 2 additions and 0 deletions

View File

@ -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?