Skip to content

Commit 13c996d

Browse files
author
Dawn Perchik
committed
LWG2684 priority_queue lacking comparator typedef
Replaced typedef with using as per: [18-30] Replace typedefs with alias-declarations (#704)
1 parent eada436 commit 13c996d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/containers.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8583,6 +8583,7 @@
85838583
using const_reference = typename Container::const_reference;
85848584
using size_type = typename Container::size_type;
85858585
using container_type = Container;
8586+
using value_compare = Compare;
85868587

85878588
protected:
85888589
Container c;

0 commit comments

Comments
 (0)