Opened 9 years ago

Closed 9 years ago

#9031 closed Bugs (fixed)

Unnecessary include any.hpp in slot_base.hpp

Reported by: Bartosz Kwasniewski <bartosz.kwasniewski@…> Owned by: Frank Mori Hess
Milestone: To Be Determined Component: signals2
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

There is no need to include "any.hpp" because signals2 doenu't use boost::any functionality. And moreover when any.hpp is include you cannot use signals2 library without RTTI (e.g. typeid).

Change History (2)

comment:1 by Frank Mori Hess, 9 years ago

(In [85452]) Removed unneeded include of any.hpp. Refs #9031

comment:2 by Frank Mori Hess, 9 years ago

Resolution: fixed
Status: newclosed

(In [85569]) Merge from trunk. Fixes #9031

Note: See TracTickets for help on using tickets.