diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2018-04-12 23:56:10 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2018-04-12 23:56:10 +0000 |
commit | 3ed719bb63e3363db638a35425c0540337a0f831 (patch) | |
tree | 6b0296a5dc7af25b8a115cadc34cfabaa00d0039 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0f66190aefa0c53648d549738a2bb312a309c2d9 (diff) | |
download | bcm5719-llvm-3ed719bb63e3363db638a35425c0540337a0f831.tar.gz bcm5719-llvm-3ed719bb63e3363db638a35425c0540337a0f831.zip |
[libcxx] [test] Avoid unary_function.
Replace unary_function inheritance (which was never required,
even in C++98) with argument_type and result_type typedefs.
This increases portability, as unary_function was removed in C++17
and MSVC has implemented that removal.
Fixes D45596.
llvm-svn: 329974
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions