Re: [C++-sig] A very strange behaviour of Boost (Mingw, gcc 4.5)

2011-06-07 Thread Jérôme Laheurte
On 06/07/2011 09:59 AM, Lars Viklund wrote: On Tue, Jun 07, 2011 at 09:40:25AM +0200, Jérôme Laheurte wrote: Hello. I already asked this on StackOverflow but it doesn't seem to inspire many people. I managed to reduce my problem to a trivial extension module: On Windows XP SP3, if I build Bo

Re: [C++-sig] A very strange behaviour of Boost (Mingw, gcc 4.5)

2011-06-07 Thread Lars Viklund
On Tue, Jun 07, 2011 at 09:40:25AM +0200, Jérôme Laheurte wrote: > Hello. I already asked this on StackOverflow but it doesn't seem to > inspire many people. I managed to reduce my problem to a trivial > extension module: > On Windows XP SP3, if I build Boost 1.46.1 and then this extension wit

[C++-sig] A very strange behaviour of Boost (Mingw, gcc 4.5)

2011-06-07 Thread Jérôme Laheurte
Hello. I already asked this on StackOverflow but it doesn't seem to inspire many people. I managed to reduce my problem to a trivial extension module: #include #include using namespace boost::python ; using namespace boost; class PyTest { public: PyTest(); }; PyTest::PyTest() { PyE