Boost C++ Libraries: Ticket #13537: serializable unordered_map has incorrect template signature https://svn.boost.org/trac10/ticket/13537 <p> In boost/serialization/unordered_map.hpp the template signature looks like this: </p> <pre class="wiki">template&lt; class Archive, class Key, class HashFcn, class EqualKey, class Allocator &gt; </pre><p> Whereas it should be: </p> <pre class="wiki">template&lt; class Archive, class Key, class Type, class HashFcn, class EqualKey, class Allocator &gt; </pre><p> The consequence is that if a custom allocator is specified then the serialization will cause compiler errors due to there being insufficient template parameters. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13537 Trac 1.4.3