$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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;