$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Detecting reuslt_of support - Error with VC 9
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-02-09 13:45:52
Joel Falcou wrote:
> I've developepd this code snippet to detect if a type has the proper
> inner types for supporting result_of protocol :
>
> http://codepad.org/mcY4K7Sf
Isn't that, rather, to detect if the type support the result protocol,
as used in Boost Phoenix?