mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
undo std::ignore
This commit is contained in:
parent
9a2dd3b63e
commit
82472c7905
@ -729,8 +729,6 @@ namespace ngcore
|
||||
Archive& operator&(std::tuple<T...> &t)
|
||||
{
|
||||
// call operator& for each element of the tuple
|
||||
// std::ignore to avoid MSVC warning
|
||||
std::ignore =
|
||||
std::apply([this](auto&... arg) { std::make_tuple(((*this) & arg).IsParallel()...);}, t);
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user