Paolo Carlini - [v3] Qualify a call (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Hi,committed mainline and 4_2-branch.Paolo./////////////////

2007-02-05 Paolo Carlini pcarlini@suse.de

* include/bits/stl_deque.h (operator<): Qualify call.

Index: include/bits/stl_deque.h

--- include/bits/stl_deque.h (revision 121568) +++ include/bits/stl_deque.h (working copy) @@ -1566,8 +1566,8 @@ inline bool operator<(const deque<_Tp, _Alloc>& __x, const deque<_Tp, _Alloc>& __y)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]