$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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 - thats whats 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.
>>
>> Ill clean that up - thanks for letting me know.
>
> Ping.
I think Ive got this done.
If you see any more issues, please let me know.
Marshall