$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost::Function - Preferred Form Detection
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-07-28 14:57:56
AMDG
ryull_at_[hidden] wrote:
> Is there any kind of defined macro in boost which is defined if the compiler
> supports the Preferred Form of Boost::Function?
>
Unless you're using a really old compiler, (i.e. VC 6)
you can assume that the preferred form works.
Anyway, the macro is BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX
In Christ,
Steven Watanabe