-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Ensure cluster cache is properly clean in case of exception in…
… constructor. Calling non static member from constructor try block handler is UB. Accessing this (witohut dereferencing it) is kind of gray area as (See https://stackoverflow.com/questions/79463018/can-i-access-this-from-contructor-try-block-handler) So the try/catch has been moved to a more classic try/catch block as only a specific part of the contructor can create (and cache) clusters.
- Loading branch information
1 parent
2a5a571
commit faa9871
Showing
2 changed files
with
29 additions
and
18 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