tmp/tmp6hwb61bk/{from.md → to.md}
RENAMED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
## The default allocator <a id="depr.default.allocator">[[depr.default.allocator]]</a>
|
| 2 |
-
|
| 3 |
-
The following member is defined in addition to those specified in
|
| 4 |
-
[[default.allocator]]:
|
| 5 |
-
|
| 6 |
-
``` cpp
|
| 7 |
-
namespace std {
|
| 8 |
-
template<class T> class allocator {
|
| 9 |
-
public:
|
| 10 |
-
using is_always_equal = true_type;
|
| 11 |
-
};
|
| 12 |
-
}
|
| 13 |
-
```
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|