Opened 10 years ago

Closed 10 years ago

#8115 closed Bugs (fixed)

remove outdated workaround for formerly lacking BOOST_NO_CXX11_SMART_PTR config macro

Reported by: Eric Niebler Owned by: Frank Mori Hess
Milestone: Boost 1.54.0 Component: signals2
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The attached patch is necessary to get track_test.cpp to work on clang.

Attachments (1)

signals2-cxx11-smart-ptr.patch (1.9 KB ) - added by Eric Niebler 10 years ago.
the BOOST_NO_CXX11_SMART_PTR config macro exists now, so use it

Download all attachments as: .zip

Change History (3)

by Eric Niebler, 10 years ago

the BOOST_NO_CXX11_SMART_PTR config macro exists now, so use it

comment:1 by Frank Mori Hess, 10 years ago

(In [83042]) Applied patch from Eric Niebler to make use of BOOST_NO_CXX11_SMART_PTR. Refs #8115.

comment:2 by Frank Mori Hess, 10 years ago

Resolution: fixed
Status: newclosed

(In [83102]) Merged from trunk. Closes #8102. Closes #8103. Closes #8115.

Note: See TracTickets for help on using tickets.