forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Define ExceptionObject destructor out-of-line (doing Rule of Five)
Followed the C++ Rule of Five, instead of the Rule of Zero, for `ExceptionObject`, and added the definition of its destructor to its CXX file. Aims to fix Visual C++ link errors (error LNK2005 "symbol was defined more than once", fatal error LNK1169) reported by Simon Rit, and confirmed by Lucas Gandel, at "Modernize the implementation of ExceptionObject", pull request InsightSoftwareConsortium#2374
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 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