Boost logo

Boost :

Subject: Re: [boost] Boost.Test and Xcode 4.5 in C++11 Mode
From: Daniel James (dnljms_at_[hidden])
Date: 2012-11-15 15:04:20


On 15 November 2012 20:01, Marshall Clow <mclow.lists_at_[hidden]> wrote:
> On Nov 15, 2012, at 11:32 AM, Daniel James <dnljms_at_[hidden]> wrote:
>> Btw. please can someone with clang from subversion try the test case?
>
> Coming in late - where's the test case?

Can you compile this is C++11 mode?

    template <typename T> struct foo {};
    foo<decltype(1 > 0)> x;


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