$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Tuple] Problem with operator== and tuples
From: Dominique Devienne (ddevienne_at_[hidden])
Date: 2009-03-27 09:58:04
On Wed, Mar 25, 2009 at 7:57 PM, Michael Olea <oleaj_at_[hidden]> wrote:
>> On Mar 25, 2009, at 5:36 PM, Dominique Devienne wrote:
>> I'm trying to compare two tuple instances of the same type
>
> You probably neglected to include:
> #include "boost/tuple/tuple_comparison.hpp"
Indeed. I then don't need the custom std::set comparator anymore
either. Thank you Michael. --DD