Boost singletons

Posted by Ockonal on Stack Overflow See other posts from Stack Overflow or by Ockonal
Published on 2010-06-12T21:35:09Z Indexed on 2010/06/12 21:42 UTC
Read the original article Hit count: 317

Filed under:
|
|

Hi guys, at this page: http://torjo.com/tobias/index.html#boost_utility_singleton._usage I saw that boost has singleton class which gets second param: recreate instance if it's deleted (when we call the singleton). I can't find the implementation of this singleton in boost library. There is only singletons from serialization and pool. What's wrong?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost