Skip to content

Commit 3524cb9

Browse files
jensmaurerzygoloid
authored andcommitted
[mem.res.syn] Add default template argument for polymorphic_allocator
Fixes NB JP 008 (C++20 DIS)
1 parent 8e8aeb0 commit 3524cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11454,7 +11454,7 @@
1145411454
bool operator==(const memory_resource& a, const memory_resource& b) noexcept;
1145511455

1145611456
// \ref{mem.poly.allocator.class}, class template \tcode{polymorphic_allocator}
11457-
template<class Tp> class polymorphic_allocator;
11457+
template<class Tp = byte> class polymorphic_allocator;
1145811458

1145911459
template<class T1, class T2>
1146011460
bool operator==(const polymorphic_allocator<T1>& a,

0 commit comments

Comments
 (0)