aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 2fe3ad1..5d2620d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2018-03-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/85040
+ * include/bits/stl_function.h (greater::__not_overloaded)
+ (less::__not_overloaded, greater_equal::__not_overloaded)
+ (less_equal::__not_overloaded): Fix ambiguous specializations.
+ * testsuite/20_util/function_objects/comparisons_pointer.cc: Add
+ tests for type with overlaoded operators.
+
2018-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libstdc++/77691