24 Mar
2014
24 Mar
'14
5:28 p.m.
On Feb 25, 2014, at 7:57 PM, Ben Pope
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.
I think I’ve got this done. If you see any more issues, please let me know. — Marshall