Page MenuHomePhabricator

Remove mangled boost headers
Closed, ResolvedPublic

Description

As boost is now a dependency of the MITK Core we can get rid of boost headers that were copied to the MITK Core and mangled. One example is
Modules/Core/include/mitkPPSeqForEach.h

I assume we can remove all these headers and just remove the MITK_ in front of the calls, such as
MITK_PP_SEQ_TAIL
to
PP_SEQ_TAIL

Related Objects

Event Timeline

kislinsk lowered the priority of this task from Normal to Wishlist.Nov 13 2017, 7:41 AM
kislinsk added a project: Restricted Project.
kislinsk claimed this task.