We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are couple of methods in Helper.h API file that are not meant to be library API functions but only for internal module usage.
The only functions we want to export are:
All the remaining functions should be moved out to some file in common directory.
The text was updated successfully, but these errors were encountered:
Moved unwanted public functions from the Helper.h file cieslarmichal#766
9a06dd8
Refactor:Moved unwanted public functions from Helper.h cieslarmichal#766
b284a78
Refactor:Moved unwanted public functions from Helper.h (cieslarmichal…
b020978
…#766)
refactor: moved unwanted public functions from Helper.h (#766) (#778)
cd3bc68
* Refactor:Moved unwanted public functions from Helper.h (#766) * Removed unwanted commits from the AlgoHelper.h
Successfully merging a pull request may close this issue.
There are couple of methods in Helper.h API file that are not meant to be library API functions but only for internal module usage.
The only functions we want to export are:
All the remaining functions should be moved out to some file in common directory.
The text was updated successfully, but these errors were encountered: