forked from organicmaps/organicmaps
Added debug log to StringNumericOptimal
This commit is contained in:
parent
38efa76768
commit
c16751396d
1 changed files with 5 additions and 0 deletions
|
@ -72,3 +72,8 @@ public:
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
string DebugPrint(StringNumericOptimal const & s)
|
||||
{
|
||||
return s.Get();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue