On 10/27/2010 11:57 PM, Christian Gudrian wrote: > 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). > Nah. It's std::vector(), namely the allocator argument. I cannot change that :(
Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
