Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing bug with the constructor implicit conversion , and added usage example to Readme #38

Merged
merged 6 commits into from
May 3, 2022

Conversation

drleavsy
Copy link
Contributor

Added usage example with ranges to Readme

… work for multiple constructors with the same data type signature
@drleavsy drleavsy changed the title Added usage example to Readme Fixing bug with the constructor implicit conversion , and added usage example to Readme Apr 30, 2022
@@ -26,15 +26,14 @@ extern const int STATUS_CHECKSUM_MISMATCH;
extern const int STATUS_INCOMPLETE;
extern const int STATUS_NOT_READY;

extern const int RANGE_2K;
extern const int RANGE_5K;
enum Ranges {RANGE_2K = 2000, RANGE_5K = 5000};
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I like that

@tobiasschuerg tobiasschuerg merged commit 65a55a4 into tobiasschuerg:master May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants