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

[FIX] visibility errors on gcc - std #1305

Merged
merged 1 commit into from
Oct 22, 2019

Conversation

marehr
Copy link
Member

@marehr marehr commented Oct 21, 2019

Superseeds #1228

fixes partially #1317

@marehr marehr requested a review from joergi-w October 21, 2019 11:53
@codecov
Copy link

codecov bot commented Oct 21, 2019

Codecov Report

Merging #1305 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1305   +/-   ##
=======================================
  Coverage   97.59%   97.59%           
=======================================
  Files         221      221           
  Lines        8935     8935           
=======================================
  Hits         8720     8720           
  Misses        215      215

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8993bb6...8de8805. Read the comment docs.

template <contiguous_iterator iterator_t, sized_sentinel_for<iterator_t> sentinel_t>
requires is_convertible_v<remove_reference_t<iter_reference_t<iterator_t>>(*)[], element_type(*)[]> &&
template <contiguous_iterator iterator_t, typename sentinel_t>
requires sized_sentinel_for<sentinel_t, iterator_t> &&
Copy link
Member

Choose a reason for hiding this comment

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

doxugen \\!cond missing for all of them

Copy link
Member Author

Choose a reason for hiding this comment

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

can't do this, because the complete file is //!cond; see line17 to 425

@smehringer smehringer merged commit f436e1c into seqan:master Oct 22, 2019
@marehr marehr deleted the fix_visibility_errors_std branch October 23, 2019 08:42
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

3 participants