Hello all,
I have this error when i try to compil.
../../../src/game/Spell.cpp: In member function ‘void Spell::cast(bool)’:
../../../src/game/Spell.cpp:2892: error: conversion from ‘tbb::internal::vector_iterator<tbb::concurrent_vecto r<Spell::TargetInfo, tbb::cache_aligned_allocator<Spell::TargetInfo> >, Spell::TargetInfo>’ to non-scalar type ‘std::_List_iterator<Spell::TargetInfo>’ requested
../../../src/game/Spell.cpp:2892: error: no match for ‘operator!=’ in ‘ihit != tbb::concurrent_vector<T, A>::e nd() [with T = Spell::TargetInfo, A = tbb::cache_aligned_allocator<Spell::TargetInfo>]()’
/usr/include/c++/4.3/bits/stl_list.h:173: note: candidates are: bool std::_List_iterator<_Tp>::operator!=(cons t std::_List_iterator<_Tp>&) const [with _Tp = Spell::TargetInfo]
/usr/local/include/ace/Time_Value.inl:313: note: bool operator!=(const ACE_Time_Value&, const ACE_Time_Value&)
In advance thx.