8 Jan
2011
8 Jan
'11
7:17 a.m.
At Fri, 07 Jan 2011 23:45:04 +0100, Paul wrote:
In a project we are using variants holding shared_ptr's. These variants are typically 20 items large but are growing as the project progresses.
If it's really just shared_ptr's in the variant, I would seriously consider replacing it with shared_ptr<void> (with a type tag if necessary). Just a thought. -- Dave Abrahams BoostPro Computing http://www.boostpro.com