cmcstl2 icon indicating copy to clipboard operation
cmcstl2 copied to clipboard

Drop range-and-a-half algorithm overloads

Open cjdb opened this issue 5 years ago • 1 comments

All of the input-range-and-a-half algorithms are deprecated in the Ranges TS, and MSVC doesn't recognise this flag.

We could add some fancy CMake to accommodate this, but these overloads aren't even in C++20 (unless I'm missing something). I think the solution is to drop the algorithms.

cjdb avatar Aug 14 '19 21:08 cjdb

I'm having trouble connecting the issue title with the discussion to determine exactly what the problem is. I suspect you're not actually suggesting that we should add -Wno-deprecated-declarations to MSVC. 😉

CaseyCarter avatar Aug 14 '19 21:08 CaseyCarter