mirror of
https://github.com/boostorg/multi_index.git
synced 2026-01-19 04:22:11 +00:00
* made composite_key and associated types truly variadic * added redundant ctor seemingly needed by MSVC 14.0 * moved redundant default ctor one derived class down * temporarily disabled SFINAE for augmented_stdtuple(const boost_tuple_arg&) * made previous permanent (more informative API) * stylistic * addes tests for std::tuple construction * tested composite_key with long tuples * stylistic * tested composite_key assignability * updated docs * modernized test_composite_key