Re: c++11 threading support in mingw-w64 package

2013-09-01 Thread nu774
If it's intentional, that's OK. Thanks for response. > You can enable it yourself, however this means all code will require > libwinpthread, regardless of whether you actually used any pthread code. > I'm not sure if users will appreciate it. > Please rebuild it yourself. Keep in mind that it is

Re: c++11 threading support in mingw-w64 package

2013-09-01 Thread JonY
On 9/1/2013 19:26, nu774 wrote: > It seems that mingw64-*-gcc-g++ package is not compiled with > --enable-pthread, that results in no c++11 threading support. > Is it intentional, or is it possible to enable it? > As far as I understand, c++11 threading support can be enabled by > libwinpthread of

c++11 threading support in mingw-w64 package

2013-09-01 Thread nu774
It seems that mingw64-*-gcc-g++ package is not compiled with --enable-pthread, that results in no c++11 threading support. Is it intentional, or is it possible to enable it? As far as I understand, c++11 threading support can be enabled by libwinpthread of mingw-w64 project + gcc configuration swit