-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
At the moment, the interface has elements that are unsafe for modern C++. No Bounds Checks, Raw pointers, buffer size as a variable & no tests to cover misusage.
Suggested Fixes:
- Bounds checking functions for debug builds.
- std::span to remove the need for raw pointers & buffer size variable.
- BDD (Behaviour Driven Development) testing common usage and misusage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request