$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-11-13 21:51:21
> Sorry for bad example in other posting. Consider following one,
even
> simplier: A need global log object L for creating and destruction.
So
> order of creation A, L. Automatic order of destruction L, A. When A
> destructed L already gone.
Oops... wrong again. A should not use L in constructor. See
http://groups.yahoo.com/group/boost/message/19969. Hopefully this
time I an right.
Gennadiy.