[libcxx-commits] [PATCH] D63230: Add observer_ptr
Dávid Bolvanský via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 23 13:48:13 PDT 2019
xbolva00 added inline comments.
================
Comment at: include/experimental/memory:168
+ return __a < __b; // TODO: is this really correct?
+}
+
----------------
Standard says "Returns: p2 < p1.".
So in your case, "__b < __a" ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63230/new/
https://reviews.llvm.org/D63230
More information about the libcxx-commits
mailing list