Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03b9040

Browse files
cpplearnertkoeppe
authored andcommittedFeb 22, 2022
[version.syn] Remove mention of nonexistent header <priority_queue>
1 parent 3acd7a0 commit 03b9040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
#define @\defnlibxname{cpp_lib_constexpr_vector}@ 201907L // also in \libheader{vector}
606606
#define @\defnlibxname{cpp_lib_containers_ranges}@ 202202L
607607
// also in \libheader{vector}, \libheader{list}, \libheader{forward_list}, \libheader{map}, \libheader{set}, \libheader{unordered_map}, \libheader{unordered_set},
608-
// \libheader{deque}, \libheader{queue}, \libheader{priority_queue}, \libheader{stack}, \libheader{string}
608+
// \libheader{deque}, \libheader{queue}, \libheader{stack}, \libheader{string}
609609
#define @\defnlibxname{cpp_lib_coroutine}@ 201902L // also in \libheader{coroutine}
610610
#define @\defnlibxname{cpp_lib_destroying_delete}@ 201806L // also in \libheader{new}
611611
#define @\defnlibxname{cpp_lib_enable_shared_from_this}@ 201603L // also in \libheader{memory}

0 commit comments

Comments
 (0)
Please sign in to comment.