[libcxx-commits] [PATCH] D101677: [libc++] [LIBCXX-DEBUG-FIXME] Our `__debug_less` breaks some complexity guarantees.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 5 10:57:48 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM, but please add a note in `libcxx/docs/DesignDocs/DebugMode.rst` that we don't necessarily respect complexity guarantees under the debug mode, which isn't obvious (but it makes sense when you think about it).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101677/new/
https://reviews.llvm.org/D101677
More information about the libcxx-commits
mailing list