Boost logo

Boost :

Subject: Re: [boost] Any interest in creating new CORBA IDL to C++ mapping?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-08-02 10:31:03


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.


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