Opened 9 years ago

#8562 new Tasks

Pool doc lists incorrect header file

Reported by: Luis G. Torres <lgtorres42@…> Owned by: Chris Newbold
Milestone: To Be Determined Component: pool
Version: Boost 1.53.0 Severity: Problem
Keywords: pool, documentation Cc:

Description

The pool documentation (http://www.boost.org/doc/libs/1_53_0/libs/pool/doc/html/boost_pool/pool/conventions.html) specifies that users can include

#include <boost/pool.hpp>

This is incorrect; users must in fact include

#include <boost/pool/pool.hpp>

in order to get the required functionality.

Change History (0)

Note: See TracTickets for help on using tickets.