https://bugs.kde.org/show_bug.cgi?id=499772
--- Comment #22 from michael <[email protected]> --- Clang has a bug that impacts clang on OSX when using C++17. Basically it has a hard coded list of compilers that support a deprecated header feature that was removed from the C++17. In practice Apple is the only one that actually removes the code entirely for C++17 there by breaking the hidden assumption behind boosts tests. That said there is a workaround for it since we only need the header portion of boost. Linux and windows are not affected by the bug as a result of having retained the deprecated feature in question. -- You are receiving this mail because: You are watching all bug changes.
