$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Issues trying to use boost::unordered_map
From: Daniel James (dnljms_at_[hidden])
Date: 2016-09-28 09:58:32
On 28 September 2016 at 14:33, Daniel James <dnljms_at_[hidden]> wrote:
>
> 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