$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Is there BOOST_ENABLE_IF macro now?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-08-20 06:03:13
On 20/08/13 03:11, paul Fultz wrote:
> The proposal seems to be just native support of enable_if. Which lets the
> compiler do better overload matching, and error reporting. It really has
> nothing to do with concepts.
Concept-based overloading is very different from SFINAE.