Re: [Flightgear-devel] C++ question - solved

2005-01-19 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for all the replies. They brought me on the right track. The solution I've got now is also known as the Barton and Nackman Trick. It's a bit pervert - but totaly legal C++ code: templatetypename leaftype class A { leaftype asLeaf() {

Re: [Flightgear-devel] C++ question - solved

2005-01-19 Thread Richard Harke
On Wednesday 19 January 2005 06:53, Christian Mayer wrote: Thanks for all the replies. They brought me on the right track. The solution I've got now is also known as the Barton and Nackman Trick. It's a bit pervert - but totaly legal C++ code: templatetypename leaftype class A {