j
k
j a
j l
On 15 November 2012 20:15, Marshall Clow <mclow.lists@gmail.com> wrote:
Yes, I can. $ cat junk2.cpp template <typename T> struct foo {}; foo<decltype(1 > 0)> x; $ totclang11 junk2.cpp -c -Wall
Yes, I can.
$ cat junk2.cpp template <typename T> struct foo {}; foo<decltype(1 > 0)> x; $ totclang11 junk2.cpp -c -Wall
Thanks, it's good to confirm that it's fixed.
Back to the thread
Back to the list