[zeromq-dev] zeromq-2.0.10 Compilation error on CentOS

Christian Gudrian christian at gudrian.org
Wed Oct 27 23:57:19 CEST 2010


Am 27.10.2010 um 23:46 schrieb Martin Sustrik:

> Any ideas anyone? Is it just a gcc bug or something more fundamental?

It's an rvalue reference which is quite a new C++ feature (part of C++0x). gcc 4.2.1 doesn't like it either (on Mac OS).
If possible change the declaration to a const reference (don't have the code at hand so can't check myself).

Christian


More information about the zeromq-dev mailing list