
On Nov 15, 2012, at 12:04 PM, Daniel James <dnljms@gmail.com> wrote:
On 15 November 2012 20:01, Marshall Clow <mclow.lists@gmail.com> wrote:
On Nov 15, 2012, at 11:32 AM, Daniel James <dnljms@gmail.com> 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;
Yes, I can. $ cat junk2.cpp template <typename T> struct foo {}; foo<decltype(1 > 0)> x; $ totclang11 junk2.cpp -c -Wall $ -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki