$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Best practice for singletons?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2012-04-11 11:36:46
Hi,
The singletons in boost are supposed to be only used by boost libraries. I
dont know if it's your case but if it's not, you shouldn't try to use it.
Someone proposed an alternative that might be more interesting, if it fits
your need: http://comments.gmane.org/gmane.comp.lib.boost.devel/222463
Joël Lamotte