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

Refactoring specialisations in binary_data_converter.hpp file #183

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Refactoring specialisations in binary_data_converter.hpp file #183

wants to merge 1 commit into from

Conversation

riyasingh1004
Copy link

@riyasingh1004 riyasingh1004 commented Jan 4, 2021

Description

A quick look at the binary_data_converter reveals massive chunk of specializations used for parsing different variants of binary data. This can be reduced by using boost hana present in C++ 14 and make the code easy for maintenance purposes.

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

@lpranam lpranam requested a review from gopi487krishna January 5, 2021 06:52
@lpranam
Copy link
Member

lpranam commented Jan 5, 2021

@riyasingh1004 can you please rebase your branch so we can get our CI running.

@riyasingh1004
Copy link
Author

@lpranam I have rebased my branch with the updated version of develop branch.

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.

2 participants