$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [linux drivers] Is it possible to use boost in a Linux driver?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-01-14 10:20:19
Vicente Botet Escriba wrote:
> IMO exceptions and RAII are orthogonal. The destructor will be called even
> if exceptions are not allowed.
How do you fail to construct something without exceptions?
Oh yeah, two-phase initialization. That's not really RAII.