$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2007-08-29 06:45:02
Hello all,
I'm a newbie to boost parameter library. I had no problem in using
BOOST_PARAMETER_MEMBER_FUNCTION as long as the function is non static.
what is the macro to use for static member function.
I gave
BOOST_PARAMTER_MEMBER_FUNCTION (
(static void), ...
)
But i was getting warning messages with MSVC 8.0 compiler, with boost-1.34.1
warning C4042: 'unnamed-parameter': has bad storage class.
I do not know whether these are harmless or not.
Please help.
Thanks,
Surya