[libcxx-commits] [libcxx] [libc++][spaceship] Implements X::iterator container requirements. (PR #99343)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 20 03:46:37 PDT 2024


================
@@ -10,6 +10,7 @@
 #ifndef _LIBCPP___ITERATOR_WRAP_ITER_H
 #define _LIBCPP___ITERATOR_WRAP_ITER_H
 
+#include <__compare/ordering.h>
----------------
mordante wrote:

Thanks for catching this!

https://github.com/llvm/llvm-project/pull/99343


More information about the libcxx-commits mailing list