30 Jan
2014
30 Jan
'14
4:41 p.m.
On Thu, Jan 30, 2014 at 8:18 AM, Nevin Liber
you really don't want to use boost::nullptr, given that nullptr is a keyword in C++11.
boost::none might be a candidate for this. In the meantime looks like I'm stuck with g(shared_ptr<CSomeReallyLongClassName>()); Thanks, Chris