cygwin support for C++11 in g++4.9.2

后端 未结 1 1213
栀梦
栀梦 2021-01-19 01:51

I am trying to test some C++11 code on Windows 7 under cygwin, and am getting compiling errors for functions that are defined starting with C++11, such as std::log2

相关标签:
1条回答
  • 2021-01-19 02:40

    The issue seems to be a bug related to cygwin implementation, thanks to Shafik Yaghmour for pointing it out.

    The issue is now fixed via a patch for <cmath>, also at the link provided above.

    0 讨论(0)
提交回复
热议问题