zoo icon indicating copy to clipboard operation
zoo copied to clipboard

Replace std::decay with std::remove_cvref after C++20

Open AlCash07 opened this issue 6 years ago • 0 comments

C++20 will have a new trait std::remove_cvref that doesn't have undesirable effect of std::decay on arrays, so maybe it's worth using it for example here: https://github.com/thecppzoo/zoo/blob/d59092ae807a6a8780981dcd0dfb8104ea8ba81d/inc/meta/NotBasedOn.h#L14

AlCash07 avatar Jul 01 '19 19:07 AlCash07