On Mon, Jan 6, 2014 at 4:49 PM, Marshall Clow <[email protected]> wrote: > On Jan 6, 2014, at 2:01 PM, G M <[email protected]> wrote: >> >> 1. string_view implements it's own __min function, but this is unfortunately >> a macro in mingw's stdlib.h > > Frackety frack frack. > I can’t use std::min () because it’s not constexpr - but it should be. […] > it needs the C++14 constexpr rules.
std::min() will be constexpr in C++14, won't it? (If not, it should be. IMHO it would be reasonable to say that "proper std::min support" is blocking "std::string_view support".) –Arthur _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
