$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 07:49:58
Olaf Peter wrote:
> how to handle uncaught exceptions? kernel panic?
> not a real solution - therefore no EH.
You would translate the exception into whatever the C interface uses to
report errors.