Thanks Joaquin! That worked! I struggled the whole of yesterday. How would I find this on my own?

Thanks,
Ram


On Sat, Sep 17, 2016 at 1:18 PM, Joaquin M López Muñoz <joaquinlopezmunoz@gmail.com> wrote:
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 mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users