Closed Mike-Devel closed 3 years ago
Ping. Btw.: the test failure on mac is already present on develop and master and thus I don't beleive this PR has anything to do with it.
Food for thought:
It seems the only reason this is included at all is the use of polymorphic_downcast here:
Looking at the implementation of polymorphic_downcast:
you could probably just as well inline the two lines of code and get rid of the dependency completely, but I didn't know this is something desireable for you. The PR as it is just cuts out a deprecated header out of the dependency chain, without changing the code.
Thanks
boost/polymorphic_cast.hpp
directly.