summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__debug
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__debug')
-rw-r--r--libcxx/include/__debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__debug b/libcxx/include/__debug
index 0d631bf0438..4c920a7f4ae 100644
--- a/libcxx/include/__debug
+++ b/libcxx/include/__debug
@@ -171,7 +171,7 @@ public:
bool __decrementable(const void* __i) const;
bool __addable(const void* __i, ptrdiff_t __n) const;
bool __subscriptable(const void* __i, ptrdiff_t __n) const;
- bool __comparable(const void* __i, const void* __j) const;
+ bool __less_than_comparable(const void* __i, const void* __j) const;
private:
_LIBCPP_HIDDEN
__i_node* __insert_iterator(void* __i);
OpenPOWER on IntegriCloud