Closed jeffdaily closed 9 years ago
Hello,
Yes I would rather update the docs and require a c++11
compliant compiler than test for features. However, this is similar to #93 so it seems to negatively affect users.
Do you plan to add to those kind of tests ? If yes, we welcome pull request. If no, I believe I will update the readme so at least this wont confuse people.
Using gcc 4.4.7 (yes, I know it's old) and -std=c++0x is not sufficient to build zmqpp. The README.md states minimum requirements as ZeroMQ 2.2.x or later and C++0x compliant compiler.
I see the following error:
Explained here: http://stackoverflow.com/questions/11391108/c-class-is-not-base-of-itself One of the answers points out: According to C++0x/C++11 Support in GCC , delegating constructors were implemented in GCC v4.7.
I'm guessing you're going to update the documentation to require a C++11 compiler rather than test for supported C++11 features?