@@ -30,6 +30,22 @@ SYMBOL(unwrap_ref_decay_t, std::, <type_traits>)
30
30
SYMBOL(unwrap_ref_decay_t , std::, <functional>)
31
31
SYMBOL(wint_t , std::, <cwctype>)
32
32
SYMBOL(wint_t , std::, <cwchar>)
33
+ SYMBOL(swap, std::, <utility>)
34
+ SYMBOL(swap, std::, <algorithm>) // until C++11
35
+ // C++ [string.view.synop 23.3.2]: The function templates defined in
36
+ // [utility.swap] ... are available when <string_view> is included.
37
+ SYMBOL(swap, std::, <string_view>) // since C++17
38
+ // C++ [tuple.helper 22.4.7]: In addition to being available via inclusion of
39
+ // the <tuple> header, ... any of the headers <array>, <ranges>, or <utility>
40
+ // are included.
41
+ SYMBOL(tuple_size, std::, <tuple>)
42
+ SYMBOL(tuple_size, std::, <array>)
43
+ SYMBOL(tuple_size, std::, <ranges>)
44
+ SYMBOL(tuple_size, std::, <utility>)
45
+ SYMBOL(tuple_element, std::, <tuple>)
46
+ SYMBOL(tuple_element, std::, <array>)
47
+ SYMBOL(tuple_element, std::, <ranges>)
48
+ SYMBOL(tuple_element, std::, <utility>)
33
49
// C++ [iterator.range 25.7]: In addition to being available via inclusion of
34
50
// the <iterator> header, the function templates in [iterator.range] are
35
51
// available when any of the following headers are included: <array>, <deque>,
0 commit comments