-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QDebug: add streaming operators for std::set
The stream insertion operator for QDebug is not overloaded to handle std::set Overload the stream insertion operator for QDebug to handle std::set [ChangeLog][QtCore][QDebug] Added support for std::set. Fixes: QTBUG-130574 Change-Id: I8e1589589c8f23318bf5073609995f7da4ea1108 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters