[PATCH] D36049: [Resubmitted] Remove uses of deprecated std::unary_function, binary_function, and pointer_to_unary_function.
Benjamin Saunders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 09:28:44 PST 2018
Ralith added a comment.
In https://reviews.llvm.org/D36049#1017134, @zachrwolfe wrote:
> Any updates on this? I've found myself in the same situation as @Ralith, several months later.
>
> Thanks!
The LLVM 6 RC seems to have had uses of `std::{unary,binary}_function` removed, and builds under clang 6's C++17 configurations, so if you don't absolutely need LLVM 5 specifically this is soon to be a nonissue.
https://reviews.llvm.org/D36049
More information about the llvm-commits
mailing list