Opened 9 years ago
Closed 9 years ago
#9031 closed Bugs (fixed)
Unnecessary include any.hpp in slot_base.hpp
Reported by: | 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 , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [85452]) Removed unneeded include of any.hpp. Refs #9031