Skip to content

Conversation

@frederick-vs-ja
Copy link
Contributor

Towards #4702.

Also rename some exposition-only names into kebab-case:

  • max_align to max-align,
  • memory_rsrc to memory-rsrc,
  • upstream_rsrc to upstream-rsrc,
  • current_buffer to current-buffer,
  • next_buffer_size to next-buffer-size, and
  • OuterTraits to outer-traits.

@wg21bot wg21bot added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Nov 1, 2025
@frederick-vs-ja
Copy link
Contributor Author

Squashed and rebased. @tkoeppe @jensmaurer

@eisenwave eisenwave added the P2-Bug Presentational errors and omissions label Nov 6, 2025
Affected sections:
- [out.ptr.t]
  - Changes `s`, `a`, and `p`.
- [inout.ptr.t]
  - Changes `s`, `a`, and `p`.
- [mem.res.class]
  - Changes `max_align`, renaming it to `max-align`.
- [mem.poly.allocator.class]
  - Changes `memory_rsrc`, renaming it to `memory-rsrc`.
- [mem.res.monotonic.buffer]
  - Changes `upstream_rsrc`, `current_buffer`, and `next_buffer_size`,
renaming them to `upstream-rsrc`, `current-buffer`, and
`next-buffer-size` respectively.
- [allocator.adaptor]
  - Changes `OuterTraits`, renaming it to `outer-traits`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs rebase The pull request needs a git rebase to resolve merge conflicts. P2-Bug Presentational errors and omissions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants