tmp/tmpq7tibkue/{from.md → to.md}
RENAMED
|
@@ -6,11 +6,11 @@ namespace std::pmr {
|
|
| 6 |
class memory_resource;
|
| 7 |
|
| 8 |
bool operator==(const memory_resource& a, const memory_resource& b) noexcept;
|
| 9 |
|
| 10 |
// [mem.poly.allocator.class], class template polymorphic_allocator
|
| 11 |
-
template<class Tp> class polymorphic_allocator;
|
| 12 |
|
| 13 |
template<class T1, class T2>
|
| 14 |
bool operator==(const polymorphic_allocator<T1>& a,
|
| 15 |
const polymorphic_allocator<T2>& b) noexcept;
|
| 16 |
|
|
|
|
| 6 |
class memory_resource;
|
| 7 |
|
| 8 |
bool operator==(const memory_resource& a, const memory_resource& b) noexcept;
|
| 9 |
|
| 10 |
// [mem.poly.allocator.class], class template polymorphic_allocator
|
| 11 |
+
template<class Tp = byte> class polymorphic_allocator;
|
| 12 |
|
| 13 |
template<class T1, class T2>
|
| 14 |
bool operator==(const polymorphic_allocator<T1>& a,
|
| 15 |
const polymorphic_allocator<T2>& b) noexcept;
|
| 16 |
|