$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [proto]Compile issue on Sun Solaris 10, Sun Studio 12.2
From: Sascha Ochsenknecht (s.ochsenknecht_at_[hidden])
Date: 2010-10-06 11:48:10
Sorry, there is a little mistake in the decltype.hpp file I sent this
morning. Attached here it is corrected.
But the result is still the same:
template<typename T, typename U, typename V>
struct result_of_2<sun_workaround_helper<T U::*(V)>
, typename enable_if_c<is_member_object_pointer<T
U::*>::value>::type>
{ ...};
Sun CC says:
"...include/boost/proto/detail/decltype.hpp", line 348: Error: Partial
specialization parameter U is not used in the arguments.
"...include/boost/proto/detail/decltype.hpp", line 348: Error: Partial
specialization parameter V is not used in the arguments.
Thanks,
Sascha