Opened 12 years ago

Closed 12 years ago

#5189 closed Bugs (fixed)

smart_ptr.hpp doesn't include make_shared.hpp

Reported by: olafvdspek@… Owned by: Peter Dimov
Milestone: Boost 1.47.0 Component: smart_ptr
Version: Boost 1.46.0 Severity: Problem
Keywords: Cc:

Description

For convenience, this header includes the rest of the smart pointer library headers.

But it doesn't include make_shared.hpp

Change History (3)

comment:1 by Peter Dimov, 12 years ago

(In [69242]) Add include guards, make_shared.hpp to smart_ptr.hpp. Refs #4288. Refs #5189.

comment:2 by Peter Dimov, 12 years ago

Status: newassigned

comment:3 by Peter Dimov, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [70432]) Merge [69242] to release. Fixes #4288. Fixes #5189.

Note: See TracTickets for help on using tickets.