[libcxx-commits] [PATCH] D119112: [libc++] Implement P1165R1 (Make stateful allocator propagation more consistent)

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 7 13:27:32 PST 2022


Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.

The `get_soccc()` getter may be overkill (versus just making those members public). Consider making the getters `const`-qualified. But LGTM!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119112/new/

https://reviews.llvm.org/D119112



More information about the libcxx-commits mailing list