mirror of
https://github.com/boostorg/multi_index.git
synced 2026-01-19 04:22:11 +00:00
* omitted test_mpl_ops for now * made IndexSpecifierList a Mp11 sequence * made nested *_type_list's and tag Mp11 sequences * leftover MPL->Mp11 change * removed Clang 5.0 -std=c++1z as not supported by Mp11 * replaced boost::mpl::na with void as default index specifier arg * removed Clang 5.0 -std=c++1z as not supported by Mp11 (Drone) * replaced elementary MPL TMP with Mp11/std * replaced elementary MPL TMP with Mp11/std (tests) * leftover MPL #include * suppressed potential narrowing conversion warnings * enabled macro to support old interface, plus restored and augmented test_mpl_ops * removed secondary dependency to MPL thru Iterator * optimized Jamfile.v2 * added conditional support for old definition of tag * updated MPL support macro in tests * updated docs * stylistic * updated "cxxstd" in libraries.json * disabled test_serialization for Clang 3.5-3.6 due to lack of support from Boost.SmartPtr * fixed previous * removed no longer necessary workaround * removed redundant dependencies * updated test description
17 lines
544 B
JSON
17 lines
544 B
JSON
{
|
|
"key": "multi_index",
|
|
"name": "Multi-Index",
|
|
"authors": [
|
|
"Joaqu\u00edn M L\u00f3pez Mu\u00f1oz"
|
|
],
|
|
"description": "The Boost Multi-index Containers Library provides a class template named multi_index_container which enables the construction of containers maintaining one or more indices with different sorting and access semantics.",
|
|
"category": [
|
|
"Containers",
|
|
"Data"
|
|
],
|
|
"maintainers": [
|
|
"Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|