boostorg / leaf

Lightweight Error Augmentation Framework
Boost Software License 1.0
312 stars 48 forks source link

Remove const from e_source_location data members #37

Closed kammce closed 2 years ago

kammce commented 2 years ago

Doing so will allow copying of e_source_location objects. This is especially handy if a developer wants to make a fixed sized array of e_source_location objects and update the elements for purposes of creating a stack trace.