Commit 18dc2482 authored by tomas@poseidon.(none)'s avatar tomas@poseidon.(none)

added explicit instantiation of template

parent c8d9149f
...@@ -405,3 +405,5 @@ operator<<(NdbOut& out, const Dbtup::Th& th) ...@@ -405,3 +405,5 @@ operator<<(NdbOut& out, const Dbtup::Th& th)
return out; return out;
} }
#endif #endif
template class Vector<Chunk>;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment