1
0

Fixed spaces after "template" keyword.

This commit is contained in:
Mattes D
2014-08-28 16:44:36 +03:00
parent f4d268636a
commit 49ac6fadfc
5 changed files with 14 additions and 14 deletions

View File

@@ -101,7 +101,7 @@ extern int GetBEInt(const char * a_Mem);
extern void SetBEInt(char * a_Mem, Int32 a_Value);
/// Parses any integer type. Checks bounds and returns errors out of band.
template<class T>
template <class T>
bool StringToInteger(const AString& a_str, T& a_Num)
{
size_t i = 0;