
22 Jul
2012
22 Jul
'12
4:13 p.m.
On 22 July 2012 16:23, Marcello Maggioni
The strange thing is that compiling the code with CLANG 3.1 and exceptions explicitly disabled works fine.
There is a way to make it work with exceptions disabled and G++?
Sorry, my mistake. I'll fix this in the next release. You probably avoid it by compiling in C++11 mode (--std=c++11). But if possible I'd suggest using 1.49, there's another bug when compiling in C++11 mode with a C++3 allocator. But if you can't, I'll add a patch for that to the release notes in a little bit.