Boost logo

Boost Users :

Subject: Re: [Boost-users] Help Required, trouble while using boost::multi_index
From: Joaquin M López Muñoz (joaquinlopezmunoz_at_[hidden])
Date: 2016-09-17 03:48:26


El 16/09/2016 a las 14:44, Ram escribió:
> Hi,
>
> [...]
>
> I am writing the code and compiling with Visual Studio 2005 and have
> included,
>
> #include <boost/multi_index_container.hpp>
> #include "boost/multi_index/hashed_index_fwd.hpp"

boost/multi_index/hashed_index_fwd.hpp forward declares, rather than
defines, hashed
indices. Try using

  #include <boost/multi_index/hashed_index.hpp>

HTH

Joaquín M López Muñoz



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net