blob: d99b1d442e63b81fa15e8d476e843eb22d0002db [file] [log] [blame]
Marshall Clow5cd6a892015-05-20 17:39:54 +00001This is meant to be a general place to list things that should be done "someday"
2
3* Find all sequences of >2 underscores and eradicate them.
4* run clang-tidy on libc++
5* future should use <atomic> for synchronization.
6* Audit shared_ptr use of <atomic>
7* Look at test/std/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp; why are the tests duplicated?
8* Document the "conditionally-supported" bits of libc++
9* Look at basic_string's move assignment operator, re LWG 2063 and POCMA
10* libc++ is missing try_emplace
11* Put a static_assert in std::allocator to deny const/volatile types (LWG 2447)
12