$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [MultiIndex] Indexing integers
From: Sensei (senseiwa_at_[hidden])
Date: 2014-07-21 05:59:13
On 7/20/14, 12:55pm, Joaquin M Lopez Munoz wrote:
> This is off-topic, but you don't need to specialize std::less for
> __uint128_t because the default implementation does exactly the same
> as your specialization (both use operator<).
> [...]
Thanks Joaquin, and sorry for the OT. I thought it was a problem
regarding std::less.
Thanks again!