-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C.41 compliance: GCS factory constructor. (#5393)
Remove `GCS::init` in favor of a C.41-compliant factory constructor. Use `struct GCSParameters` to store GCS-specific configuration parameters. Remove `Status_GCSError`, and replace call sites with throws of `GCSException`. [sc-60072] --- TYPE: IMPROVEMENT DESC: C.41 constructor: `GCS`
- Loading branch information
1 parent
3eda3c1
commit c36bce6
Showing
8 changed files
with
286 additions
and
256 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
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
Oops, something went wrong.