Boost logo

Boost :

Subject: Re: [boost] [multi_index_container] Compiling the examples
From: JOAQUIN M. LOPEZ MUÑOZ (joaquin_at_[hidden])
Date: 2008-09-09 06:23:31


Hi Rob,

________________________________________
De: boost-bounces_at_[hidden] [boost-bounces_at_[hidden]] En nombre de Robert Jones [robertgbjones_at_[hidden]]
Enviado el: martes, 09 de septiembre de 2008 12:20
Para: Boost Developers; Boost Users
Asunto: [boost] [multi_index_container] Compiling the examples
>
> Trying to multi_index_container I'm getting these compile errors. Apart from
> #include <string> and using namespace boost this lifted verbatim from
> the example documentation.
> [...]
using namespace boost;
> [...]

This should be

using namespace boost::multi_index;

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk