<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">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>* 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>