$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Disabling Exception Handling
From: Dykstra, Martin (mdykstra_at_[hidden])
Date: 2009-04-14 09:34:40
Hi.
Is there a way to disable the exception handling in the Boost libraries?
Our project requires that we disable exceptions by using the
-no-exceptions parameter when building (via gcc). Is this also a valid
parameter to use when building the Boost libraries?
Thanks.
-Martin