Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing StaticSystemParam::queue implementation. (#14051)
# Objective `StaticSystemParam` should delegate all `SystemParam` methods to the inner param, but it looks like it was missed when the new `queue()` method was added in #10839. ## Solution Implement `StaticSystemParam::queue()` to delegate to the inner param.
- Loading branch information