Commit 86c5125a authored by unknown's avatar unknown

added explicit instantiation of template

parent f2e504c6
...@@ -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