boostorg / statechart

Boost.org statechart module
http://boost.org/libs/statechart
22 stars 43 forks source link

Resolve test linking errors on non-Windows systems #10

Closed Lastique closed 5 years ago

Lastique commented 5 years ago

This PR only fixes the linking problem. The DllTestNormal test still fails at runtime, but, as fas as I understand, this test should not work on Windows either. boost/statechart/detail/rtti_policy.hpp in non-RTTI mode needs to be reworked to fix this test.

Related to https://github.com/boostorg/statechart/issues/9.

jeking3 commented 5 years ago

Thank you for getting to this so quickly. Eventually I will get back around to adding the CMT CI suite to this repo. It's in most of the others, however I'm adopting the expanded one from Boost.Assign after advice from @pdimov.