CppNow2018 icon indicating copy to clipboard operation
CppNow2018 copied to clipboard

synthetic_pointer value_type for const qualified types

Open maikel opened this issue 7 years ago • 0 comments

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>.

maikel avatar Jun 01 '18 09:06 maikel