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

Replaced string<octet_t> with vector<octet_t> to adhere to C++ standard #52

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

maxirmx
Copy link
Member

@maxirmx maxirmx commented Jun 1, 2024

Fixes #51

Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.71%. Comparing base (2c8d9f4) to head (25bd9d7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   99.70%   99.71%           
=======================================
  Files          10       10           
  Lines         689      706   +17     
=======================================
+ Hits          687      704   +17     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxirmx maxirmx force-pushed the maxirmx-no-octet-strings branch 4 times, most recently from 867a0c1 to 2af0368 Compare June 1, 2024 21:52
@maxirmx maxirmx changed the title Use vector<octet_t> instead of string<octet_t> @maxirmx Replaced vector<octet_t> instead of string<octet_t> to adhere to C++ standard Jun 1, 2024
@maxirmx maxirmx changed the title @maxirmx Replaced vector<octet_t> instead of string<octet_t> to adhere to C++ standard Replaced string<octet_t> with vector<octet_t> to adhere to C++ standard Jun 1, 2024
@maxirmx maxirmx requested review from ni4 and ronaldtse June 1, 2024 22:10
@maxirmx maxirmx marked this pull request as ready for review June 1, 2024 22:10
@maxirmx maxirmx force-pushed the maxirmx-no-octet-strings branch 2 times, most recently from de3318a to 532f151 Compare June 1, 2024 22:20
@ronaldtse
Copy link
Contributor

@maxirmx please help merge when ready. Thanks.

@maxirmx maxirmx merged commit 6f322f6 into main Jun 3, 2024
61 checks passed
@maxirmx maxirmx deleted the maxirmx-no-octet-strings branch June 3, 2024 06:36
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.

clang-18: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
2 participants