Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
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.