From Jason Turner

[allocator.tag]

Diff to HTML by rtfpessoa

tmp/tmpm23gmz4e/{from.md → to.md} RENAMED
@@ -9,8 +9,8 @@ namespace std {
9
 
10
  The `allocator_arg_t` struct is an empty class type used as a unique
11
  type to disambiguate constructor and function overloading. Specifically,
12
  several types (see `tuple`  [[tuple]]) have constructors with
13
  `allocator_arg_t` as the first argument, immediately followed by an
14
- argument of a type that meets the *Cpp17Allocator* requirements (
15
- [[cpp17.allocator]]).
16
 
 
9
 
10
  The `allocator_arg_t` struct is an empty class type used as a unique
11
  type to disambiguate constructor and function overloading. Specifically,
12
  several types (see `tuple`  [[tuple]]) have constructors with
13
  `allocator_arg_t` as the first argument, immediately followed by an
14
+ argument of a type that meets the *Cpp17Allocator* requirements
15
+ [[allocator.requirements.general]].
16