Skip to content

Scope should be default constructable  #1889

@VivekSubr

Description

@VivekSubr

Is your feature request related to a problem?
Wrapping a span in a class so that'll be a global object necessitates keeping track of scopes as members... but making a scope as a member variable is difficult as it is not default constructible.

Describe the solution you'd like
Make Scope default constructible, ie add 'Scope() = default' to the class.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions