Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.10.0
-
Fix Version/s: 0.10.0
-
Component/s: None
-
Labels:None
Description
Currently, one cannot directly output a std::string through a logstream. Looking at the operator<< functions for char, I discovered the same pattern can be used for std::string. So, I added those functions and am attaching a patch.