--- Comment #3 from stvwooddell at embarqmail dot com 2010-02-20 18:13
---
Scratch that, that's a error from a file that shouldn't even exist. Copied the
given code to a clean project and it compiled. So bug, but a miscommunication
in that the constructor is being implici
--- Comment #2 from stvwooddell at embarqmail dot com 2010-02-20 18:01
---
This compiles for you?
virtual ptr clone () const
{
return new object(*this);
}
gives me the error that a function matching the copy
#x27;-MTobjects/map.d'
'-MF' 'objects/map.d' '-MT' 'objects/map.o' '-o'
'/home/user/.ccache/tmp.hash.user.12270.o' '-shared-libgcc' '-mtune=generic'
/usr/libexec/gcc/x86_64-redhat-linux/4.4.3/cc1plus -fpreprocessed
/home/u