
2 Aug
2010
2 Aug
'10
9:15 p.m.
On 8/2/10 7:31 AM, Mathias Gaunard wrote:
On 02/08/10 14:59, Jon Biggar wrote:
class Bar : public CORBA::Object { template<class _ResultType = FooSeq<>, class _argType = FooSeq<> > virtual _ResultType manipulate( const CORBA::SequenceInAdapter<_argType> &arg ) = 0; };
C++ unfortunately does not have template virtual functions, so this code isn't well-formed.
Quite true. I was piecing together this in the middle of the night due to lack of sleep. :( Fortunately, virtualness is unnecessary in this case. -- Jon Biggar jon@floorboard.com jon@biggar.org jonbiggar@gmail.com