Open GoogleCodeExporter opened 9 years ago
Probably we should templatize it:
template <typename T>
void RecordProperty(const char* name, const T& value);
The implementation will just stream value to a stringstream and then extract
the string.
This allows any printable type to be used in RecordProperty.
Original comment by zhanyong...@gmail.com
on 18 Sep 2009 at 5:14
Original issue reported on code.google.com by
simonsha...@gmail.com
on 18 Sep 2009 at 10:09