$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Root Pointer] New Documentation
From: Seth (bugs_at_[hidden])
Date: 2016-04-12 02:36:21
On 11-04-16 05:45, Vladimir Batov wrote:
> bool operator(T const& p1, T const& p2) { return &p1 < &p2; }
addressof() and td::less<> need to be used there :)