mirror of
https://github.com/boostorg/mpl.git
synced 2026-08-03 20:24:43 +02:00
fc18efc259d115c70631cca08a347d28e3fd0c03
Taking advantage of the fact that order of insertion doesn't really matter for associative sequences. Comparing to the default implementation, which at any rate does work for associative sequences, this specialization essencially avoids reinserting every element of Sequence into a new sequence, besides the fact no joint_view nor iterator_range needs to be instantiated.
Description
Languages
C++
99.1%
Python
0.8%