cppannotations/annotations/TODO
2016-11-29 18:59:10 +01:00

28 lines
831 B
Text

Add weak_ptr
is_default_constructible instead of has_trivial_default_constructor, and other
remove the has_trivial things
22.10.2: Templates instantiated for specific types as friends
compare to BinopAdd
Also check this for e.g., friend operator+
C17 etc:
-> Template argument deduction for class templates P0091R3
Declaring non-type template parameters with auto P0127R2
-- all done --
Ignoring unsupported non-standard attributes P0283R2
Using attribute namespaces without repetition P0028R4
Dynamic memory allocation for over-aligned data P0035R4
1--> Construction Rules for enum class variables P0138R2
?? not found: Extending static_assert N3928
Rewording inheriting constructors (core issue 1941 et al) P0136R1
Make exception specifications be part of the type system P0012R1