0_0_39571735_5786.cpp: In function 'info Tquery(long long int&, long long int, long long int, long long int, long long int)':
0_0_39571735_5786.cpp:121:16: error: reference to 'empty' is ambiguous
121 | return empty;
| ^~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:53,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bitset:52,
from .\stdc++.h:52:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:304:5: note: candidates are: 'template<class _Tp> constexpr bool std::empty(initializer_list<_Tp>)'
304 | empty(initializer_list<_Tp> __il) noexcept
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:294:5: note: 'template<class _Tp, long long unsigned int _Nm> constexpr bool std::empty(const _Tp (&)[_Nm])'
294 | empty(const _Tp (&)[_Nm]) noexcept
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:284:5: note: 'template<class _Container> constexpr decltype (__cont.empty()) std::empty(const _Container&)'
284 | empty(const _Container& __cont) noexcept(noexcept(__cont.empty()))
| ^~~~~
0_0_39571735_5786.cpp:42:6: note: 'info empty'
42 | info empty = info(0, 0, 0);
| ^~~~~
0_0_39571735_5786.cpp: In function 'info query(long long int, long long int, long long int)':
0_0_39571735_5786.cpp:146:16: error: reference to 'empty' is ambiguous
146 | return empty;
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:304:5: note: candidates are: 'template<class _Tp> constexpr bool std::empty(initializer_list<_Tp>)'
304 | empty(initializer_list<_Tp> __il) noexcept
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:294:5: note: 'template<class _Tp, long long unsigned int _Nm> constexpr bool std::empty(const _Tp (&)[_Nm])'
294 | empty(const _Tp (&)[_Nm]) noexcept
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:284:5: note: 'template<class _Container> constexpr decltype (__cont.empty()) std::empty(const _Container&)'
284 | empty(const _Container& __cont) noexcept(noexcept(__cont.empty()))
| ^~~~~
0_0_39571735_5786.cpp:42:6: note: 'info empty'
42 | info empty = info(0, 0, 0);
| ^~~~~
|