On 26 August 2013 13:52, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
I have strong reasons to believe we'll see an NB comment proposing std::less
to be specialized for tuple<T*> and containers.What about tuple<T*&>? I'm thinking about what is returned from std::tie, as one quick way to implement a comparison operator for a user defined type is to compare the result of std::tie called on the appropriate member variables.