$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Variadic Max Function
From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2010-10-25 13:55:55
On Mon, Oct 25, 2010 at 12:06 PM, Hossein Haeri <powerprogman_at_[hidden]> wrote:
> Michael,
>
>> but it was accepted for C++0x, so perhaps
>> your compiler has support for it if you compile in C++0x
>> mode.
>
> So, which header would that be in? <algorithm> should I suppose?
That would be my guess, but I don't have access to a compiler to try
it out right now. Here's the paper:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2551.pdf
--Michael Fawcett