t: Mon, October 12, 2009 12:38:42 AM
Subject: [C++-sig] Compile error when using exception_translation.hpp
When compiling the following code using gcc-4.3.2 and boost-1.37, I get
errors as listed at the end. It also fails for boost-1.40 and gcc-4.3.4.
It is solved when patching translate_exceptio
When compiling the following code using gcc-4.3.2 and boost-1.37, I get
errors as listed at the end. It also fails for boost-1.40 and gcc-4.3.4.
It is solved when patching translate_exception.hpp by adding
# include
Is it a Boost-Python problem or do I do something wrong?
Of course, I can includ