You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
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);
@jbcoe I assume this is an oversight on our part? Let me know and I can address this.
The text was updated successfully, but these errors were encountered: