- Mesaj
- 4.070
- Çözümler
- 408
- Beğeni
- 4.312
- Puan
- 1.849
- Ticaret Puanı
- 0
Çözüldü - Server Taraflı Efsun Botu Ekleme - Syserr
Burada önerilen bsd yi yükledim. Gcc sürümüyle alakalı olabilir mi?
Burada önerilen bsd yi yükledim. Gcc sürümüyle alakalı olabilir mi?
Kod:
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of entity
38 | std::size_t hash_value(std::list<T, A> const& v);
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
307 | inline std::size_t hash_value(long double v)
| ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: reference to 'list' is ambiguous
38 | std::size_t hash_value(std::list<T, A> const& v);
| ^~~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
from stdafx.h:17,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
552 | class list : protected _List_base<_Tp, _Alloc>
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note: 'template<class T, class Allocator> class std::list'
81 | template <class T, class Allocator> class list;
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:39: error: expected primary-expression before ',' token
38 | std::size_t hash_value(std::list<T, A> const& v);
| ^
../../../Extern/include/boost/functional/hash/extensions.hpp:38:42: error: expected primary-expression before '>' token
38 | std::size_t hash_value(std::list<T, A> const& v);
| ^
../../../Extern/include/boost/functional/hash/extensions.hpp:38:44: error: expected primary-expression before 'const'
38 | std::size_t hash_value(std::list<T, A> const& v);
| ^~~~~
../../../Extern/include/boost/functional/hash/extensions.hpp:69:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of entity
69 | std::size_t hash_value(std::list<T, A> const& v)
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
307 | inline std::size_t hash_value(long double v)
| ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:69:33: error: reference to 'list' is ambiguous
69 | std::size_t hash_value(std::list<T, A> const& v)
| ^~~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
from stdafx.h:17,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
552 | class list : protected _List_base<_Tp, _Alloc>
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note: 'template<class T, class Allocator> class std::list'
81 | template <class T, class Allocator> class list;
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:69:39: error: expected primary-expression before ',' token
69 | std::size_t hash_value(std::list<T, A> const& v)
| ^
../../../Extern/include/boost/functional/hash/extensions.hpp:69:42: error: expected primary-expression before '>' token
69 | std::size_t hash_value(std::list<T, A> const& v)
| ^
../../../Extern/include/boost/functional/hash/extensions.hpp:69:44: error: expected primary-expression before 'const'
69 | std::size_t hash_value(std::list<T, A> const& v)
| ^~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
from /usr/local/lib/gcc9/include/c++/ios:42,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.h:284:24: error: reference to 'basic_string' is ambiguous
284 | operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
from /usr/local/lib/gcc9/include/c++/ios:42,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.h:284:36: error: expected ',' or '...' before '<' token
284 | operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
| ^
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_classes.h:851,
from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
from /usr/local/lib/gcc9/include/c++/ios:42,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:81:22: error: reference to 'basic_string' is ambiguous
81 | operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1,
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_classes.h:851,
from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
from /usr/local/lib/gcc9/include/c++/ios:42,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:81:34: error: expected ',' or '...' before '<' token
81 | operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1,
| ^
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc: In member function 'bool std::locale::operator()(int) const':
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:86:33: error: '__s1' was not declared in this scope
86 | return (__collate.compare(__s1.data(), __s1.data() + __s1.length(),
| ^~~~
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:87:5: error: '__s2' was not declared in this scope
87 | __s2.data(), __s2.data() + __s2.length()) < 0);
| ^~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/streambuf: At global scope:
/usr/local/lib/gcc9/include/c++/streambuf:176:6: error: reference to 'basic_string' is ambiguous
176 | basic_string<_CharT2, _Traits2, _Alloc>&);
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/streambuf:176:6: error: 'basic_string' has not been declared
176 | basic_string<_CharT2, _Traits2, _Alloc>&);
| ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/streambuf:176:18: error: expected ',' or '...' before '<' token
176 | basic_string<_CharT2, _Traits2, _Alloc>&);
| ^
/usr/local/lib/gcc9/include/c++/streambuf:181:3: error: reference to 'basic_string' is ambiguous
181 | basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/streambuf:181:3: error: 'basic_string' has not been declared
181 | basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
| ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/streambuf:181:15: error: expected ',' or '...' before '<' token
181 | basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
| ^
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
from /usr/local/lib/gcc9/include/c++/ios:44,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc: In member function 'void std::__numpunct_cache<_CharT>::_M_cache(const std::locale&)':
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:96:10: error: reference to 'basic_string' is ambiguous
96 | const basic_string<_CharT>& __tn = __np.truename();
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
from /usr/local/lib/gcc9/include/c++/ios:44,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:97:23: error: '__tn' was not declared in this scope
97 | _M_truename_size = __tn.size();
| ^~~~
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:101:10: error: reference to 'basic_string' is ambiguous
101 | const basic_string<_CharT>& __fn = __np.falsename();
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
from /usr/local/lib/gcc9/include/c++/stdexcept:39,
from /usr/local/lib/gcc9/include/c++/array:39,
from /usr/local/lib/gcc9/include/c++/tuple:39,
from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
from /usr/local/lib/gcc9/include/c++/map:61,
from stdafx.h:18,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
74 | class basic_string;
| ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, class traits, class Allocator> class std::basic_string'
63 | template <class charT, class traits, class Allocator> class basic_string;
| ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
from /usr/local/lib/gcc9/include/c++/ios:44,
from /usr/local/lib/gcc9/include/c++/ostream:38,
from /usr/local/lib/gcc9/include/c++/iterator:64,
from ../../../Extern/include/boost/detail/iterator.hpp:54,
from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:102:24: error: '__fn' was not declared in this scope
102 | _M_falsename_size = __fn.size();
| ^~~~
In file included from BattleArena.cpp:6:
char.h: At global scope:
char.h:943:9: error: reference to 'list' is ambiguous
943 | const std::list<CAffect *> & GetAffectContainer() const { return m_list_pkAffect; }
| ^~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
from stdafx.h:17,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
552 | class list : protected _List_base<_Tp, _Alloc>
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note: 'template<class T, class Allocator> class std::list'
81 | template <class T, class Allocator> class list;
| ^~~~
In file included from BattleArena.cpp:6:
char.h:949:3: error: reference to 'list' is ambiguous
949 | std::list<CAffect *> m_list_pkAffect;
| ^~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
from stdafx.h:17,
from BattleArena.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
552 | class list : protected _List_base<_Tp, _Alloc>
| ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note: 'template<class T, class Allocator> class std::list'
81 | template <class T, class Allocator> class list;
| ^~~~
Son düzenleme: