[PATCH] D36049: [Resubmitted] Remove uses of deprecated std::unary_function, binary_function, and pointer_to_unary_function.

Zach Wolfe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 21:32:30 PDT 2018


zachrwolfe added a comment.

In https://reviews.llvm.org/D36049#1017462, @Ralith wrote:

> 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.


Thanks for your response. I assumed that I'd be notified of responses by email but never was, so I didn't see it until now. I ended up updating to LLVM 6.0 after it was released and that solved my issue.


https://reviews.llvm.org/D36049





More information about the llvm-commits mailing list