We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dc20b commit f100fa2Copy full SHA for f100fa2
libcxx/include/__functional/reference_wrapper.h
@@ -11,13 +11,13 @@
11
#define _LIBCPP___FUNCTIONAL_REFERENCE_WRAPPER_H
12
13
#include <__compare/synth_three_way.h>
14
+#include <__concepts/boolean_testable.h>
15
#include <__config>
16
#include <__functional/invoke.h>
17
#include <__functional/weak_result_type.h>
18
#include <__memory/addressof.h>
19
#include <__type_traits/enable_if.h>
20
#include <__type_traits/is_const.h>
-#include <__type_traits/is_convertible.h>
21
#include <__type_traits/remove_cvref.h>
22
#include <__type_traits/void_t.h>
23
#include <__utility/declval.h>
0 commit comments