-RM-246-MR-OpenWalnut does not compile on Boost 1.53
Current OpenWalnut will not compile with boost 1.53.0 (maybe even earlier). The cause is that shared_static_cast/shared_dynamic_cast were replaced by static_pointer_cast/dynamic_pointer_cast and deprecated in boost 1.30.0 (almost 10 years ago) and boost apparently pulled the compatibility plug.
The renaming ist trivial, but some occurences are in modules. We need to make the problem known to developers of external modules which may be similarly affected.
(from redmine: created on 2013-02-14, closed on 2013-02-18)