archrelease: copy trunk to community-any
[ArchLinux/community.git] / glob2 / repos / community-x86_64 / glob2-bool.patch
blob3314c6ec2c4a0f5403ad87c8dcc9c5ef7097a706
1 diff --git a/src/AIEcho.cpp b/src/AIEcho.cpp
2 index 77d9f63..0e5f59e 100644
3 --- a/src/AIEcho.cpp
4 +++ b/src/AIEcho.cpp
5 @@ -4387,7 +4387,7 @@ bool enemy_building_iterator::operator!=(const enemy_building_iterator& rhs) con
7 if(is_end && rhs.is_end)
8 return false;
9 - return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
10 + return bool {is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site};