Skip to content

Remove raw pointers #33

@micheltakken

Description

@micheltakken

Remove raw pointers

Using raw pointers can lead to some weird behaviour if the library is compiled within a different project (e.g., GUI) if ownership of pointers is assumed.

  • Where possible, raw pointers should be replaced with shared_ptr<>

Metadata

Metadata

Assignees

Labels

c++Anything related to C++ codeenhancementImprovement of an existing feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions