mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Fix msvc build
This commit is contained in:
parent
55d0f0ad9f
commit
d94076c618
2
Global.h
2
Global.h
@ -544,7 +544,7 @@ namespace vstd
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename Container, typename Item>
|
template <typename Container, typename Item>
|
||||||
bool erase(Container &c, const Item &item)
|
void erase(Container &c, const Item &item)
|
||||||
{
|
{
|
||||||
c.erase(boost::remove(c, item), c.end());
|
c.erase(boost::remove(c, item), c.end());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user