-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are cases where `CoreContext` methods are invoked on instances of this type while `CoreContext` is in teardown. Generally this safe from a state standpoint, but we must be sure that none of those methods are pure virtual or invoke any pure virtual methods. Make `CoreContext` a concrete type, and add a static assertion in the `CoreContext` unit test to ensure that the type does not become abstract again in the future.
- Loading branch information
1 parent
2126ecc
commit 2d042a1
Showing
3 changed files
with
15 additions
and
12 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