-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
Programmability 2025-08-04
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, there's no direct way to compare a str::stream with a StringData. This represents a material roadblock to porting the unit tests to gtest, which doesn't provide a way for types implicitly convertible to StringData to compare with StringData objects in assertions.
Add comparison operator overloads for handling std::stream and StringData operands.