Skip to content

Commit

Permalink
Remove instantiation of specialized template.
Browse files Browse the repository at this point in the history
Refs #9252
  • Loading branch information
martyngigg committed Apr 10, 2014
1 parent e523995 commit 035797c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/Framework/Kernel/src/Strings.cpp
Expand Up @@ -779,7 +779,7 @@ namespace Mantid
}

template<>
std::string toString(const UnitLabel &value)
MANTID_KERNEL_DLL std::string toString(const UnitLabel &value)
{
return value;
}
Expand Down Expand Up @@ -1194,7 +1194,6 @@ namespace Mantid
template MANTID_KERNEL_DLL std::string toString(const std::string &value);

template MANTID_KERNEL_DLL std::string toString(const std::vector<int> &value);
template MANTID_KERNEL_DLL std::string toString(const UnitLabel &value);

// this block should generate the vector ones as well
template MANTID_KERNEL_DLL std::string toString(const std::set<int> &value);
Expand Down

0 comments on commit 035797c

Please sign in to comment.