Opened 9 years ago

Closed 9 years ago

#9486 closed Bugs (invalid)

multi_index_container in managed_shared_memory

Reported by: sebastien.nobert@… Owned by: Joaquín M López Muñoz
Milestone: To Be Determined Component: multi_index
Version: Boost 1.55.0 Severity: Not Applicable
Keywords: multi_index interprocess Cc:

Description

When trying to make a multi_index in managed_shared_memory I get a "confused by earlier errors, bailing out"

This happen when doing a multi_index on hashed_unique and ordered_non_unique

pasting some gcc output so others can find this bug report.

boost_1_55_0/boost/multi_index_container.hpp:178:52: error: no type named ‘final_allocator_type’ in ‘boost::multi_index::...

boost::mpl::vector0<mpl_::na>, boost::multi_index::detail::hashed_unique_tag>}’

typedef typename super::final_allocator_type allocator_type;

test-boost.cpp:37: confused by earlier errors, bailing out

Attachments (2)

test-boost.cpp (1.3 KB ) - added by anonymous 9 years ago.
error.txt (13.7 KB ) - added by anonymous 9 years ago.

Download all attachments as: .zip

Change History (6)

by anonymous, 9 years ago

Attachment: test-boost.cpp added

by anonymous, 9 years ago

Attachment: error.txt added

comment:1 by anonymous, 9 years ago

forgot compiler

gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC)

comment:2 by anonymous, 9 years ago

I just forgot to include ordered_index.hpp

comment:3 by anonymous, 9 years ago

Severity: ProblemNot Applicable

comment:4 by Joaquín M López Muñoz, 9 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.