id summary reporter owner description type status milestone component version severity resolution keywords cc 2099 test fails to compile with -fno-exceptions brbarret@… Gennadiy Rozental The test component fails to compile with GCC when -fno-exceptions is specified. The attached patch allows the libraries / tests shipped with boost 1.35.0 to compile. There didn't seem to be a way to keep g++ happy about some of the catch blocks (I'm not enough of a C++ expert to figure out the pattern in which it did and did not lick). The catch blocks disliked by my version of g++ (the 4.0.1 shipped with OS X 10.5) are protected with #ifndefs in the patch. Bugs closed Boost 1.36.0 test Boost 1.35.0 Problem wontfix