wip adding TODO hints for C++2a

This commit is contained in:
Frank B. Brokken 2018-03-22 13:36:54 +01:00
parent d5b2c34863
commit 584d051db5
3 changed files with 18 additions and 3 deletions

View file

@ -39,6 +39,10 @@ includefile(classtemplates/definitions)
subsect(Generic lambda expressions)
includefile(classtemplates/lambda)
subsubsect(Standard template syntax)
TODO
COMMENT(FBB N4713, 8.4.5, p. 87)
sect(Static data members)
includefile(classtemplates/static)
@ -86,6 +90,7 @@ includefile(classtemplates/variadic)
lsubsect(FOLDEXP)(Folding expressions)
includefile(classtemplates/fold)
COMMENT(FBB: inspect N4713, 8.4.6, p. 95)
lsect(TUPLES)(Tuples)
includefile(classtemplates/tuples)

View file

@ -40,6 +40,7 @@ sect(Several additions to C's grammar)
subsect(Initializer lists)
includefile(first/initializer)
COMMENT(FBB: TODO: and designated initialization)
lsubsect(AUTO)(Type inference using `auto')
includefile(first/auto)
@ -65,6 +66,10 @@ sect(Several additions to C's grammar)
subsect(Attributes)
includefile(first/attributes)
subsect(Three-way comparison (<=>))
TODO
COMMENT(FBB: TODO N4713, 8.5.8, 120)
sect(New language-defined data types)
includefile(first/datatypes)
@ -104,6 +109,6 @@ includefile(first/cast)
subsect(Casting 'shared_ptr' objects)
includefile(first/sharedcast)
sect(Keywords and reserved names in C++)
includefile(first/keywords)
COMMENT(FBB: TODO: coroutine keywords, module keyword)

View file

@ -73,15 +73,19 @@ IFDEF(html)(
subsect(The keyword `typedef')
includefile(intro/typedef)
subsubsect(Designated initialization}
TO DO
COMMENT(FBB - N4713, p. 1286, 199)
lsubsect(FunctionInStruct)(Functions as part of a struct)
includefile(intro/struct)
subsect(Additional features you should know about)
subsubsection(Evaluation order of operands)
subsubsect(Evaluation order of operands)
includefile(intro/evaluation)
subsubsection(Attributes)
subsubsect(Attributes)
includefile(intro/attributes)
@ -90,3 +94,4 @@ IFDEF(html)(