[Qt-interest] Configure QtDesigner ui.h
Konstantin Tokarev
annulen at yandex.ru
Fri Sep 2 20:33:18 CEST 2011
02.09.2011, 22:23, "Danny Price" <deepblue842 at googlemail.com>:
> Then you've been giving your clients very bad advice indeed. auto_ptr is deprecated in C++0x and a failed design. Do not use it.
>
> Use boost::scoped_ptr,
Obviously requires Boost :)
>std::unique_ptr
Requires C++0x
>or a similar managed pointer.
QScopedPointer
--
Regards,
Konstantin
More information about the Qt-interest-old
mailing list