multi_index in managed_shared_memory

Hi All, I'm trying to build a multi_index in managed shared memory with two (or more) hashed index but I get an "is an amiguous base of" error. I've already done that with one hash_uniq and a sequenced index and everything work fine. With two hashed index i get. boost/interprocess/detail/mpl.hpp:74:55: error:
With a hashed and an ordered index i get. boost/multi_index_container.hpp:161:52: error: no type named
‘final_allocator_type’ in ‘boost::multi_index::multi_index_container< ...
and it ask me to attach the preprocessed file to my bug report. This is compiled on linux with gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) Should I open a bug report ? Am I doing something wrong ? Thanks a lot. Seb

Sebastien Nobert <sebastien.nobert <at> gmail.com> writes:
This is indeed a bug. Good news is the bug's been (unintentionally) fixed in Boost 1.56. In the mean time, could you please try the attached patch on hashed_index.hpp and report back if the problem's gone?
I can't reproduce that one. Could you please elaborate or provide a concrete test case?
Should I open a bug report ? Am I doing something wrong ?
Please do. I don't think you're doing anything wrong, but I can't locate your second failure. Thank you, Joaquín M López Muñoz Telefónica Digital ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx

On Tue, Dec 10, 2013 at 09:49:31AM -0500, Sebastien Nobert wrote:
Hi All,
Hi and thank you for the 4.3 megabytes of preprocessed data attached to your mail. My mail spool directory was feeling a bit lonely. Did the library really instruct you to send this to thousands of people all over the world, or did it really mean for you to attach it to a Trac bug ticket, or at least compress it first? -- Lars Viklund | zao@acc.umu.se
participants (3)
-
JOAQUIN M. LOPEZ MUÑOZ
-
Lars Viklund
-
Sebastien Nobert