Warren Young writes:
> Smart pointers are tricky, and automatic memory management is even
> trickier, and I just created a template that does both.
Joel Fielder writes:
> I'd like to see use of Boost.
It's also worth mentioning that the shared_ptr classes have been
accepted for C++ Technical Report 1 and will be included in all future
C++ compiler suites. It is already in gcc 4.1.2.
If you don't want to "rely" on boost (or the vendor compiler), you
could probably just include the header in the mysql++ distro tarball.
Cheers,
--
Robert