<div dir="ltr">On Tue, Aug 13, 2013 at 12:03 PM, Zhihao Yuan <span dir="ltr"><<a href="mailto:lichray@gmail.com" target="_blank">lichray@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">/usr/local/bin/clang++ -Wall -stdlib=libc++ -std=c++1y<br>

-I/home/lichray/devel/libcxx/include a.cc<br>
a.cc:33:10: error: cannot initialize return object of type 'typename<br>
      std::common_type<unsigned char, unsigned char>::type' (aka<br>
'unsigned char') with<br>
      an rvalue of type 'auto'<br></blockquote><div><br></div><div>This was a clang bug. There's no such thing as "an rvalue of type 'auto'".<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

                return FunctorType::operator()(t...);<br>
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
a.cc:58:43: note: in instantiation of function template specialization<br>
      'stdex::operation<std::__1::bit_xor<void>,<br>
void>::operator()<unsigned char,<br>
      unsigned char>' requested here<br>
        assert(stdex::operation<std::bit_xor<>>()(a, b) == 'L');<br>
                                                 ^<br>
/usr/include/assert.h:54:21: note: expanded from macro 'assert'<br>
#define assert(e)       ((e) ? (void)0 : __assert(__func__, __FILE__, \<br>
                          ^<br>
1 error generated.<br>
<br>
clang++ r182968. If it's a clang bug, I have to install clang again<br>
and try construct another test.<br>
<div class="im"><br>
--<br>
Zhihao Yuan, ID lichray<br>
The best way to predict the future is to invent it.<br>
___________________________________________________<br>
4BSD -- <a href="http://4bsd.biz/" target="_blank">http://4bsd.biz/</a><br>
</div><div class=""><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div></div>