Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inplace.vector] Use
T*
, not pointer
, for some return types
This is editorial for now. But P3160 "allocator-aware `inplace_vector`" *might* change the definition of `pointer` (that's still up in the air), and if so, we definitely want `try_emplace_back` to continue returning a raw pointer, not some kind of fancy pointer. Make that change now, so that we don't have to worry about it during the discussion of P3160.
- Loading branch information