Skip to content

Store Message as a Shared Constant Char Array #100

Closed
@threeal

Description

@threeal

This issue further improves the changes implemented in #80 by storing the Error::message as a shared pointer of constant char array (const char[]) instead of constant string (const std::string). This enhancement will decrease the size of the Error object while also increase its performance. See this for information on how to implement a shared char array in C++.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions