$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] min function that accepts any number of arguments
From: Peng Yu (pengyu.ut_at_[hidden])
Date: 2008-09-03 15:58:54
Hi,
std::min accepts only two arguments. When I have more than two
arguments to compare, it becomes inconvenient. I'm wondering it is
possible to added a min function that accepts any number of arguments
in the future version of boost?
Thanks,
Peng