mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
remove static assert in vector handler of eclmpiserializer
std::is_pod is too generic
This commit is contained in:
parent
e6a117abec
commit
6fee426bfc
@ -51,7 +51,6 @@ public:
|
||||
template<class T>
|
||||
void vector(std::vector<T>& data)
|
||||
{
|
||||
static_assert(!std::is_pod<T>::value, "Do not call this for POD vectors");
|
||||
auto handle = [&](auto& d)
|
||||
{
|
||||
for (auto& it : d) {
|
||||
|
Loading…
Reference in New Issue
Block a user