[Bug 461] New: RTT no longer builds without exceptions

For more infomation about this bug, visit
Summary: RTT no longer builds without exceptions
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Operating System Abstraction - Portability
AssignedTo: orocos-dev [..] ...
ReportedBy: peter [dot] soetens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Since a recent Boost/C++ version (1.33.0 or later, unknown yet), the
boost::function code can no longer be compiled without exceptions. Because of
this, the RTT can no longer be compiled without exceptions, which is a drawback
for embedded systems.

I'm not sure how to fix this and if it is a Boost/C++ bug or a policy.

Peter