mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +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
|
// vector<bool> has special implementation (like a bitarray) therefore
|
||||||
// it needs a special overload (this could probably be more efficient, but we
|
// it needs a special overload (this could probably be more efficient, but we
|
||||||
// don't use it that often anyway)
|
// don't use it that often anyway)
|
||||||
template<>
|
|
||||||
Archive& operator& (std::vector<bool>& v)
|
Archive& operator& (std::vector<bool>& v)
|
||||||
{
|
{
|
||||||
size_t size;
|
size_t size;
|
||||||
|
Loading…
Reference in New Issue
Block a user