in need of a TLS (Thread Local Storage) Lib

Hi all, In order to add some features to Boost Looging Lib :P, I need to use TLS. Does anyone know of a lib that deals with this? For instance, in the boost vault... Thanks in advance! Best, John -- http://John.Torjo.com -- C++ expert ... call me only if you want things done right

John Torjo <john.groups@torjo.com> writes:
In order to add some features to Boost Looging Lib :P, I need to use TLS. Does anyone know of a lib that deals with this? For instance, in the boost vault...
Boost.Thread handles TLS. Include <boost/thread/tss.hpp> and use boost::thread_specific_ptr Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
participants (2)
-
Anthony Williams
-
John Torjo