$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Moore (jdmoore99_at_[hidden])
Date: 2005-12-19 20:13:49
>
> One more voice against this...I've had similar issues with singletons in ACE
> and other places. There would have to be extreme justification to introduce a
> singleton into the asio interface. Small simplification for end users isn't
> enough for me. Peter's points are right on the mark...
Yes, please. No singletons for convenience purposes - it's extremely
hard to enforce that such singletons -not- be used in complex
applications.
Dave Moore