Opened 12 years ago

Closed 12 years ago

#4288 closed Bugs (fixed)

missing include protection in boost/smart_ptr.hpp

Reported by: Manfred Weis <manfredweis@…> Owned by: Peter Dimov
Milestone: Boost 1.43.0 Component: smart_ptr
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: include protection Cc:

Description

smart_ptr.hpp consists only of other #include(s) and thus doesn't need include guard to avoid compilation errors. However repeated file inclusion degrades the compilation times.

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.