$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vaclav Vesely (vaclav.vesely_at_[hidden])
Date: 2006-03-08 07:58:30
Hi,
When two optionals are swaped and only one is initialized, then wrapped 
value in the uninitialized optional is constructed and that in initialized 
one is destroyed. It's maybe not necessary. It should be sufficient and more 
effective to swap optional_base's member (m_initialized and m_storage). Is 
there any reason for this implementation?
Regards,
Vaclav