Re: [Interest] Weird error using Visual C++ 2013

2014-03-05 Thread Yves Bailly
Le 05/03/2014 13:24, Krzysztof Kawa a écrit : > 2014-03-05 8:59 GMT+01:00 Yves Bailly >: > For what I can see, it seems there's some troubles between QString and > Visual 2013 > initializer-lists implementattion. > > Keeping searching... > > This is a bug

Re: [Interest] Weird error using Visual C++ 2013

2014-03-05 Thread Krzysztof Kawa
2014-03-05 8:59 GMT+01:00 Yves Bailly : > > > For what I can see, it seems there's some troubles between QString and > Visual 2013 > initializer-lists implementattion. > > Keeping searching... > > This is a bug in VS2013 initializer_list that basically makes initializer_list useless for anything

Re: [Interest] Weird error using Visual C++ 2013

2014-03-05 Thread Yves Bailly
Le 04/03/2014 17:57, Thiago Macieira a écrit : > Em ter 04 mar 2014, às 15:04:13, Yves Bailly escreveu: >> When trying GCC, either on Linux or using MinGW, it works fine. >> >> Any hint about what may happen? is it a compiler bug, or something else? >> Any idea about a workaround? > > Please valgri

Re: [Interest] Weird error using Visual C++ 2013

2014-03-04 Thread Thiago Macieira
Em ter 04 mar 2014, às 15:04:13, Yves Bailly escreveu: > When trying GCC, either on Linux or using MinGW, it works fine. > > Any hint about what may happen? is it a compiler bug, or something else? > Any idea about a workaround? Please valgrind your code. A heisenbug like this is probably memory

[Interest] Weird error using Visual C++ 2013

2014-03-04 Thread Yves Bailly
Greetings all, Here's a strange crash I'm getting using Visual C++ 2013. I compiled myself Qt 5.2.1 (64bits), "designer" and others work fine, as well as all the examples and other programs I've tried. Please consider this code: --8<-8<-8<-8<-8<-8<-8<-8<-8<-8<