0_0_39725635_1539.cpp: In function 'int main()':
0_0_39725635_1539.cpp:28:12: error: no matching function for call to 'get(char&)'
28 | get(a);
| ~~~^~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algobase.h:64,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:51,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/locale_classes.h:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
from 0_0_39725635_1539.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1035:5: note: candidate: 'template<long long unsigned int _Int, class _Tp1, class _Tp2> constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& std::get(pair<_Tp1, _Tp2>&)'
1035 | get(pair<_Tp1, _Tp2>& __in) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1035:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_Tp1, _Tp2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1040:5: note: candidate: 'template<long long unsigned int _Int, class _Tp1, class _Tp2> constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&& std::get(pair<_Tp1, _Tp2>&&)'
1040 | get(pair<_Tp1, _Tp2>&& __in) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1040:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_Tp1, _Tp2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1045:5: note: candidate: 'template<long long unsigned int _Int, class _Tp1, class _Tp2> constexpr const typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& std::get(const pair<_Tp1, _Tp2>&)'
1045 | get(const pair<_Tp1, _Tp2>& __in) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1045:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_Tp1, _Tp2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1050:5: note: candidate: 'template<long long unsigned int _Int, class _Tp1, class _Tp2> constexpr const typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&& std::get(const pair<_Tp1, _Tp2>&&)'
1050 | get(const pair<_Tp1, _Tp2>&& __in) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1050:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_Tp1, _Tp2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1059:5: note: candidate: 'template<class _Tp, class _Up> constexpr _Tp& std::get(pair<_T1, _T2>&)'
1059 | get(pair<_Tp, _Up>& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1059:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_T1, _T2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1064:5: note: candidate: 'template<class _Tp, class _Up> constexpr const _Tp& std::get(const pair<_T1, _T2>&)'
1064 | get(const pair<_Tp, _Up>& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1064:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_T1, _T2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1069:5: note: candidate: 'template<class _Tp, class _Up> constexpr _Tp&& std::get(pair<_T1, _T2>&&)'
1069 | get(pair<_Tp, _Up>&& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1069:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_T1, _T2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1074:5: note: candidate: 'template<class _Tp, class _Up> constexpr const _Tp&& std::get(const pair<_T1, _T2>&&)'
1074 | get(const pair<_Tp, _Up>&& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1074:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_T1, _T2>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1079:5: note: candidate: 'template<class _Tp, class _Up> constexpr _Tp& std::get(pair<_Up, _Tp>&)'
1079 | get(pair<_Up, _Tp>& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1079:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_Up, _Tp>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1084:5: note: candidate: 'template<class _Tp, class _Up> constexpr const _Tp& std::get(const pair<_Up, _Tp>&)'
1084 | get(const pair<_Up, _Tp>& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1084:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_Up, _Tp>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1089:5: note: candidate: 'template<class _Tp, class _Up> constexpr _Tp&& std::get(pair<_Up, _Tp>&&)'
1089 | get(pair<_Up, _Tp>&& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1089:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::pair<_Up, _Tp>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1094:5: note: candidate: 'template<class _Tp, class _Up> constexpr const _Tp&& std::get(const pair<_Up, _Tp>&&)'
1094 | get(const pair<_Up, _Tp>&& __p) noexcept
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:1094:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::pair<_Up, _Tp>' and 'char'
28 | get(a);
| ~~~^~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/uses_allocator_args.h:38,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/memory_resource.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:58:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_util.h:444:5: note: candidate: 'template<long long unsigned int _Num, class _It, class _Sent, std::ranges::subrange_kind _Kind> requires _Num < 2 constexpr auto std::ranges::get(subrange<_It, _Sent, _Kind>&&)'
444 | get(subrange<_It, _Sent, _Kind>&& __r)
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_util.h:444:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'std::ranges::subrange<_It, _Sent, _Kind>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_util.h:433:5: note: candidate: 'template<long long unsigned int _Num, class _It, class _Sent, std::ranges::subrange_kind _Kind> requires _Num < 2 constexpr auto std::ranges::get(const subrange<_It, _Sent, _Kind>&)'
433 | get(const subrange<_It, _Sent, _Kind>& __r)
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_util.h:433:5: note: template argument deduction/substitution failed:
0_0_39725635_1539.cpp:28:12: note: mismatched types 'const std::ranges::subrange<_It, _Sent, _Kind>' and 'char'
28 | get(a);
| ~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:1789:5: note: candidate: 'template<long long unsigned int __i, class ... _Elements> constexpr std::__tuple_element_t<__i, std::tuple<_UTypes ...>
|