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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
