Fix build error

This commit is contained in:
Matthias Hochsteger 2019-01-03 15:55:51 +01:00
parent 930d82ba38
commit 8ab625c3fa

View File

@ -209,7 +209,6 @@ namespace ngcore
// vector<bool> has special implementation (like a bitarray) therefore
// it needs a special overload (this could probably be more efficient, but we
// don't use it that often anyway)
template<>
Archive& operator& (std::vector<bool>& v)
{
size_t size;