$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review:Algorithms] Order of args to clamp
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-09-27 10:50:15
On Sep 27, 2011, at 10:34 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> Using identity means that T is deduced
> solely based on the first argument.
Ah, nice. Yes, std::min/max can be bothersome for their deduction problems, though they can't be fixed this way.
Thanks,
Gordon