26 Feb
2014
26 Feb
'14
3:57 a.m.
On Saturday, December 14, 2013 11:48 PM, Marshall Clow wrote:
On Dec 10, 2013, at 11:34 PM, Ben Pope
wrote: I haven't looked in detail, but it looks like those two overloads were added in C++14 and need guarding with a suitable #if __cplusplus >= C++1Y_version_here
Yep - that’s what’s happening here.
Also, there are two implementations of the same routines; one in cxx11/is_permutation.hpp, and the other in cxx14/is_permutation.hpp.
I’ll clean that up - thanks for letting me know.
Ping. Ben