Subject: [Boost-users] Mixing shared_ptr and regular pointers in containers
From: Remko Tronçon (remko_at_[hidden])
Date: 2009-06-11 16:53:41


Hi,

This feels like a stupid question, but is there an easy/clean way of
mixing shared_ptr<A> and regular A* pointers in one STL container?
Boost.Variant comes to mind, but I somehow have the idea that there's
a more obvious way and that I'm missing it.

thanks,
Remko