-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Avoid "message" naming conflicts when calling an exception macro
Replaced the very general term "message" inside the definition of `itkSpecializedMessageExceptionMacro` by a much more specific identifier, "exceptionDescriptionOutputStringStream", to avoid naming conflicts in user code. Removed the unnecessary `std::string{ ... }` construction for the result of `std::ostringstream::str()`, as it is an `std::string` already.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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