Boost logo

Boost :

Subject: Re: [boost] Any interest in creating new CORBA IDL to C++ mapping?
From: Jon Biggar (jon_at_[hidden])
Date: 2010-08-02 17:15:42


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_at_[hidden]
jon_at_[hidden]
jonbiggar_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk