Fixed linker problems in mathlib
This commit is contained in:
parent
fa5ee8fd13
commit
17810e4eb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue