Skip to content
Merged
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
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11428,7 +11428,7 @@
bool operator==(const memory_resource& a, const memory_resource& b) noexcept;

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

template<class T1, class T2>
bool operator==(const polymorphic_allocator<T1>& a,
Expand Down