When changing from random_access to sequenced, the tag name was changed but the actual boost index type was not. (#4015)
This commit is contained in:
parent
2d35c7bd27
commit
0d1fdbd1bd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ private: // In memory store
|
|||
|
||||
using ordered_unchecked = boost::multi_index_container<entry,
|
||||
mi::indexed_by<
|
||||
mi::random_access<mi::tag<tag_sequenced>>,
|
||||
mi::sequenced<mi::tag<tag_sequenced>>,
|
||||
mi::ordered_unique<mi::tag<tag_root>,
|
||||
mi::member<entry, nano::unchecked_key, &entry::key>>>>;
|
||||
// clang-format on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue