Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

std::in_place_type_t constructor is missing from the paper #133

Open
Twon opened this issue May 29, 2023 · 2 comments
Open

std::in_place_type_t constructor is missing from the paper #133

Twon opened this issue May 29, 2023 · 2 comments
Assignees

Comments

@Twon
Copy link
Collaborator

Twon commented May 29, 2023

@jbcoe I assume this is an oversight on our part? Let me know and I can address this.

@jbcoe
Copy link
Owner

jbcoe commented May 29, 2023

@Twon pure oversight. Please go ahead.

@Twon
Copy link
Collaborator Author

Twon commented May 29, 2023

Also looks like we have missed of the std::allocator_arg_t constructor (but it is on the reference implementation).

  template <class U, class A, class = std::enable_if_t<std::is_convertible_v<U*, T*>>>
  ISOCPP_P0201_CONSTEXPR_CXX20 constexpr polymorphic_value(U* u, std::allocator_arg_t, const A& alloc);

@Twon Twon self-assigned this May 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants