<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Oct 2, 2013, at 4:56 PM, Manu <<a href="mailto:monamimani@gmail.com">monamimani@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi this simple code is causing compilation error.<div><div>class Foo</div><div>{</div><div>public:</div><div><br></div><div>   Foo(Foo&&) noexcept = default;</div><div>   Foo& operator=(Foo&&) noexcept = default;</div>
<div><br></div><div>   Foo()</div><div>   {</div><div>   }</div><div><br></div><div>private:</div><div><br></div><div>   std::vector<std::string> vectorFoo_;</div><div>};</div><div><br></div><div>see errors here</div>
<div><a href="http://coliru.stacked-crooked.com/a/ab2fb522c4982c72">http://coliru.stacked-crooked.com/a/ab2fb522c4982c72</a><br></div></div><div><br></div><div>But if I use libstdc++ it compile fine. So where is the bug libc++ or libstdc++?</div></div></blockquote><br></div><div>Even better - your code crashes the ToT clang.</div><div><br></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">-- Marshall<br><br>Marshall Clow     Idio Software   <<a href="mailto:mclow.lists@gmail.com">mailto:mclow.lists@gmail.com</a>><br><br>A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).<br>        -- Yu Suzuki</span>

</div>
<br></body></html>