28 Sep
2016
28 Sep
'16
1:58 p.m.
On 28 September 2016 at 14:33, Daniel James
It's a bit hard to know without context, but this appears to be the same issue you're having with multi_index in another thread. It looks like that syntax error is for the code:
template<typename Type> void construct(void* p,const Type& t) { new (p) Type(t); }
It might be an issue with precompiled headers. Someone solved a similar problem by turning them off: http://stackoverflow.com/a/11217268/2434