Hi,
I am trying to compile my project using ICC 13.0 and am getting the following error:
/usr/include/c++/4.7/ext/concurrence.h(147): error: data member initializer is not allowed
__gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT;
This is a Debian system with gcc 4.7.1 installed. Is this a known error? Is there any workaround?
THanks!
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.