Re: [PATCH] Add priority_queue::value_compare (LWG 2684)

2016-07-20 Thread Jonathan Wakely
On 24/05/16 17:02 +0100, Jonathan Wakely wrote: * include/bits/stl_queue.h (priority_queue::value_compare): Define. This is only Tentatively Ready but I don't think there's any harm in making the change now. Libc++ have been shipping this for years, without realising it wasn't actually i

[PATCH] Add priority_queue::value_compare (LWG 2684)

2016-05-24 Thread Jonathan Wakely
* include/bits/stl_queue.h (priority_queue::value_compare): Define. This is only Tentatively Ready but I don't think there's any harm in making the change now. Libc++ have been shipping this for years, without realising it wasn't actually in the standard :-) Tested x86_64, committed to t