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
syn_ptrs value_type is equal to its element_type. It does not seem to be correct for const-qualified types Ts? Shouldn't it be using value_type = std::remove_cv_t<T>.
The text was updated successfully, but these errors were encountered:
syn_ptr
svalue_type
is equal to itselement_type
. It does not seem to be correct for const-qualified typesT
s? Shouldn't it beusing value_type = std::remove_cv_t<T>
.The text was updated successfully, but these errors were encountered: