Boost logo

Boost :

Subject: Re: [boost] [algorithm] Test failure in C++14
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2014-03-24 13:28:20


On Feb 25, 2014, at 7:57 PM, Ben Pope <benpope81_at_[hidden]> wrote:

> On Saturday, December 14, 2013 11:48 PM, Marshall Clow wrote:
>> On Dec 10, 2013, at 11:34 PM, Ben Pope <benpope81_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk