<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, Nov 30, 2018 at 11:38 AM Marshall Clow via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, Nov 30, 2018 at 8:45 AM Boris Vinogradov via libcxx-dev <<a href="mailto:libcxx-dev@lists.llvm.org" target="_blank">libcxx-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">I investigate new features of C++20 and not found implementation of three-way comparsion operator support (spaceship operator, <=>) - <compare> header. But my compiller (clang version 7.0.0) work correctly with myself scratch draft version of this header (one compare class and stuff).<br></div><div dir="auto"><div dir="auto"><br></div><div dir="auto">Can I help community to write cxxlib port of C++20 standard? Or I may be can I help in other directions of development?</div></div></div></div><br></blockquote><div><br></div><div>There's a lot of churn in the draft standard at the moment regarding the spaceship operator.</div><div>We're deliberately waiting until things settle down before implementing.</div><div><br></div><div>from just the last WG21 meeting:</div><div><div>* P1187 A type trait for std::compare_3way()'s type<br></div><div>* P1191 Adding operator<=> to types that are not currently comparable</div><div>* P1248 Fixing Relations</div></div></div></div></div></blockquote><div><br></div><div>FWIW: P1248 is about the Relation concept, it doesn't directly relate to <=>. So there were merely 5 papers proposing <=> changes ;)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div><div>* P0891 Let strong_order Truly Be a Customization Point! </div><div>* P1312 Comparison Concepts</div><div>* P1295 Spaceship library update</div></div><div><br></div><div>-- Marshall</div><div><br></div></div></div></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>