Boost C++ Libraries: Ticket #2362: quick_allocator not declared https://svn.boost.org/trac10/ticket/2362 <p> After including some serialization headers, I am getting the compile error: </p> <p> boost/serialization/detail/shared_count_132.hpp:295: error: `quick_allocator' was not declared in this scope boost/serialization/detail/shared_count_132.hpp:300: error: `quick_allocator' was not declared in this scope </p> <p> It seems that on my system, quick_allocator needs to be qualified fully (boost::detail::quick_allocator). Putting a "using boost::detail::quick_allocator" before the #include is a quick fix to this problem. </p> <p> My system information is Linux version 2.6.9-42.ELlargesmp (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)). This doesn't occur on Windows using MSVC8. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2362 Trac 1.4.3 Robert Ramey Wed, 24 Sep 2008 19:48:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2362#comment:1 https://svn.boost.org/trac10/ticket/2362#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> Ticket