mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Fix build error
This commit is contained in:
parent
930d82ba38
commit
8ab625c3fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user