mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 19:18:13 +08:00
[libc++] Remove __functional_base
Reviewed By: ldionne, Quuxplusone, #libc Spies: Mordante, mgorny, libcxx-commits, arichardson, llvm-commits, arphaman Differential Revision: https://reviews.llvm.org/D119439
This commit is contained in:
@@ -520,7 +520,6 @@ basic_string<char32_t> operator "" s( const char32_t *str, size_t len ); // C++1
|
||||
|
||||
#include <__config>
|
||||
#include <__debug>
|
||||
#include <__functional_base>
|
||||
#include <__ios/fpos.h>
|
||||
#include <__iterator/wrap_iter.h>
|
||||
#include <algorithm>
|
||||
@@ -538,6 +537,16 @@ basic_string<char32_t> operator "" s( const char32_t *str, size_t len ); // C++1
|
||||
#include <utility>
|
||||
#include <version>
|
||||
|
||||
// TODO: remove these headers
|
||||
#include <__functional/binary_function.h>
|
||||
#include <__functional/invoke.h>
|
||||
#include <__functional/operations.h>
|
||||
#include <__functional/reference_wrapper.h>
|
||||
#include <__functional/unary_function.h>
|
||||
#include <__functional/weak_result_type.h>
|
||||
#include <new>
|
||||
#include <typeinfo>
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
|
||||
# include <cwchar>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user