
26 Dec
2011
26 Dec
'11
3:17 p.m.
hi all, i wonder, is there a way to determine, if std::vector provides emplace_back? this currently causes a compile failure for boost.heap on gcc-4.3 with c++0x enabled: it does not implement emplace_back, although it has rvalue references and variadic templates. thanks, tim