Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Query 2020-08-10, Query 2020-08-24
Description
Currently we can use '<<' operator to write into std::ostream. Quite often, we need to output a TypeTag into an uassert message, which uses std::stream. It would be useful to have another overload to support '<<' operator with str::stream.