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.
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.