Boost C++ Libraries: Ticket #12894: boost::instrusive::unordered_set::suggested_lower_bucket_count doesn't compile when size_type != std::size_t https://svn.boost.org/trac10/ticket/12894 <p> The bound variable is declared as size_type instead of size_t to match the type of the prime numbers table. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12894 Trac 1.4.3 Ion Gaztañaga Thu, 08 Jun 2017 12:08:41 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12894#comment:1 https://svn.boost.org/trac10/ticket/12894#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">fixed</span> </li> </ul> <p> Many thanks for the report. It should be fixed by commit: </p> <p> <a class="ext-link" href="https://github.com/boostorg/intrusive/commit/db15ff6c089997a1a24276d93d729ac5ef0a6375"><span class="icon">​</span>https://github.com/boostorg/intrusive/commit/db15ff6c089997a1a24276d93d729ac5ef0a6375</a> </p> Ticket