Fixed linker problems in mathlib

This commit is contained in:
PKEuS 2013-10-01 20:40:55 +02:00
parent fa5ee8fd13
commit 17810e4eb5
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ public:
static bool isOctalDigit(char c);
};
template<> CPPCHECKLIB std::string MathLib::toString(double value); // Declare specialization to avoid linker problems
/// @}
//---------------------------------------------------------------------------
#endif // mathlibH