Boost C++ Libraries: Ticket #6457: Increasing preprocessed limits https://svn.boost.org/trac10/ticket/6457 <p> Hi </p> <p> I want to use a map container with 64 entries currently (and possible bigger in future). Unfortunately there is a preprocessed limit for FUSION_MAX_MAP_SIZE of 50 entries. </p> <p> Could you please consider updating this limit to bigger value? </p> <p> Or as better alternative I think it would be great to take an advantage of C++11 variadic templates. I noticed that raising limits by 10 roughly doubles preprocessed file size, so raising limits to 100 can produce huge amount of code. So variadic templates can save a considerable amount of space. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6457 Trac 1.4.3 Joel de Guzman Wed, 09 Apr 2014 02:24:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6457#comment:1 https://svn.boost.org/trac10/ticket/6457#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Fusion vector are struct based and cannot make use of C++11 variadics. You might want to use fusion list instead which has a c++ variadic implementation. I'm closing this one. </p> Ticket