Skip to content

Commit

Permalink
Remove template instantiation for specialization Refs #4399.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 16, 2012
1 parent 5c76dab commit dfeb6ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ namespace Mantid { namespace PythonInterface
INSTANTIATE(unsigned long);
INSTANTIATE(unsigned long long);
INSTANTIATE(double);
INSTANTIATE(std::string);
// std::string already has clone instantiated as it is specialized
template DLLExport PyObject * wrapWithNDArray<std::vector<std::string> >(const std::vector<std::string> &, const NumpyWrapMode);
}
}
}}
Expand Down

0 comments on commit dfeb6ca

Please sign in to comment.