
13 May
2011
13 May
'11
11:08 p.m.
On 5/12/2011 9:23 AM, Frank Mori Hess wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wednesday, May 11, 2011, Edward Diener wrote:
The class in question is evidently "boost::signals2::detail::signal3_impl<R,T1,T2,T3,Combiner,Group,GroupCom pare,SlotFunction,ExtendedSlotFunction,Mutex>::slot_invoker", so I guess I am saying that this vc++ warning should be suppressed there. My own template, given in my OP, is not the culprit.
Does the attached patch which declares the assignment operator private suppress the warnings?
Yes it suppresses the warnings for VC++. Good patch. Can you add that to the trunk ?