Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5699,6 +5699,10 @@
If an explicit specialization or partial specialization of \tcode{type_order} is declared,
the program is ill-formed.

\pnum
The templates \tcode{type_order} and \tcode{type_order_v}
may be instantiated with incomplete types as arguments.

\pnum
\recommended
The order should be lexicographical on parameter-type-lists and template argument lists.
Expand Down
Loading