Skip to content

Commit 186885a

Browse files
timsong-cpptkoeppe
authored andcommitted
[func.default.traits] Remove inappropriate reference to [unord] (#819)
The *unordered* associative containers do not use default_*order*.
1 parent aee4570 commit 186885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14392,7 +14392,7 @@
1439214392
The class template \tcode{default_order} provides a trait that users can
1439314393
specialize for user-defined types to provide a strict weak ordering for that
1439414394
type, which the library can use where a default strict weak order is needed.
14395-
For example, the associative containers (\ref{associative}, \ref{unord}) and
14395+
For example, the associative containers (\ref{associative}) and
1439614396
\tcode{priority_queue} (\ref{priority.queue}) use this trait.
1439714397

1439814398
\pnum

0 commit comments

Comments
 (0)