Home » U++ Library support » U++ Core » PolyDeepCopyNew: MSC / GCC differ in behaviour
Re: PolyDeepCopyNew: MSC / GCC differ in behaviour [message #29363 is a reply to message #29336] |
Sat, 16 October 2010 08:21   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
First of all:
template<class B, class C, class CB = EmptyClass>
class PolyCopyableC : public B, public PolyDeepCopyNew<CopyableC<C, CB>, CopyableC<C, CB> >
should perhaps be
template<class B, class C, class CB = EmptyClass>
class PolyCopyableC : public B, public PolyDeepCopyNew<PolyCopyableC<C, CB>, CopyableC<C, CB> >
anyway, without going too much into what your code is supposed to do:
Array<CopyableC<Base, CBase> > a1, a2;
What makes you think CopyableC<Base, CBase> is somehow connected to PolyDeepCopyNew?!
|
|
|
Goto Forum:
Current Time: Mon Aug 25 01:41:58 CEST 2025
Total time taken to generate the page: 0.09282 seconds
|