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
We use the test_accessor to test protected member(function)s and will continue to need this. Therefore we need to copy it over from seqan3.
Blocked by #7
Tasks:
seqan3/include/core/detail/test_accessor.hpp
sharg/detail/test_accessor.hpp
sharg
forward declarations
seqan3::detail::test_accessor
sharg::detail::test_accessor
inlcude/sharg
test_accessor
test/unit
seqan3
include/
*
namespace seqan3::detail { struct test_accessor; } // seqan3::detail
The text was updated successfully, but these errors were encountered:
Irallia
Successfully merging a pull request may close this issue.
We use the test_accessor to test protected member(function)s and will continue to need this.
Therefore we need to copy it over from seqan3.
Blocked by #7
Tasks:
seqan3/include/core/detail/test_accessor.hpp
tosharg/detail/test_accessor.hpp
and change the namespace tosharg
forward declarations
to includesharg/detail/test_accessor.hpp
instead*seqan3::detail::test_accessor
tosharg::detail::test_accessor
in places ininlcude/sharg
test_accessor
instances intest/unit
fromseqan3
tosharg
include/
directory, check whether the file does not inlcude any seqan3 files anymore and tick off the corresponding ones in [FEATURE] Make the argument parser independent of seqan3. #6*
The text was updated successfully, but these errors were encountered: