
18 Jan
2005
18 Jan
'05
10:56 a.m.
Roland Schwarz wrote:
I suggest instead to have something along the lines:
namespace { // to keep things private as possible boost::thread_specific_ptr<mytype> foo_p; };
I think using an anonymous namespace makes no sense here as the ipp file is included in more than one translation unit (you would produce more than one instances of foo_p). Stefan