Page MenuHomePhabricator

Use default c++ library for boost build
Closed, ResolvedPublic

Description

Right now due to mavericks compatibility boost is explicitly build using the gnu stdc++. With the fixes introduced with T16803 the superbuild also works with the clang stdc++. Since both libraries are not ABI compatible the boost build should also use the default library an not gnu stdc++ explicitly.

Event Timeline

[07aa4a]: Merge branch 'bug-17685-use-default-cpp-lib-for-boost-build'

Merged commits:

2014-04-07 10:53:19 Andreas Fetzer [d90f59]
Use the default c++ lib for the boost build