Skip to content

Commit

Permalink
[container.adaptors] Reorder constructors for flat_* adaptors (#6274)
Browse files Browse the repository at this point in the history
Canonicalize the ordering of the constructors for the flat_* adaptors:
 - default constructor is first
 - each overload without `key_compare` is followed by the corresponding one with `key_compare`
 - each pair of overloads without `sorted_unique` is followed by the corresponding pair with `sorted_unique`
  • Loading branch information
Quuxplusone committed Jun 10, 2024
1 parent b80d382 commit dbf1752
Showing 1 changed file with 414 additions and 434 deletions.
Loading

0 comments on commit dbf1752

Please sign in to comment.