Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fixed not honored raw arrays in variant_sequential_view #125

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

acki-m
Copy link
Contributor

@acki-m acki-m commented Mar 2, 2018

Only pointer types were correctly recognized. Because of using std::decay.
Now the "is_sequential_container()" & "create_sequential_view()" function are using the same type.

Fixed this also for variant_associative_view. No test provided because, raw arrays are not associative container.

Added some more tests

Only pointer types were correctly recognized. Because of using std::decay<T>.
Now the "is_sequential_container()" & "create_sequential_view()" function are using the same type.

Fixed this also for variant_associative_view. No test provided because, raw arrays are not associative container.

Added some more tests
@coveralls
Copy link

coveralls commented Mar 2, 2018

Coverage Status

Coverage increased (+0.04%) to 90.475% when pulling 8df4ca3 on acki-m:bugfix-raw-arrays-in-sequential-view into be0ae62 on rttrorg:master.

@acki-m acki-m merged commit eb6df03 into rttrorg:master Mar 2, 2018
@acki-m acki-m deleted the bugfix-raw-arrays-in-sequential-view branch March 5, 2018 19:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants