From Jason Turner

[depr.default.allocator]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp2wrw3dd4/{from.md → to.md} +14 -0
tmp/tmp2wrw3dd4/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+