Max Frai
Max Frai

Reputation: 64326

Boost singletons

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?

Upvotes: 2

Views: 594

Answers (1)

Nikolai Fetissov
Nikolai Fetissov

Reputation: 84189

This was a candidate library that never made it into official Boost.

Upvotes: 4

Related Questions