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

Change Deprecate Array Declaration to std::array #119

Conversation

franziska-wegner
Copy link
Owner

Based on the linter I got multiple warnings with regards to deprecate use of array. The coding interview with ESRI resolved the compiler deduction question w.r.t. the use of std::array.

@franziska-wegner franziska-wegner self-assigned this Jan 12, 2024
@franziska-wegner franziska-wegner added the enhancement New feature or request label Jan 12, 2024
@franziska-wegner franziska-wegner enabled auto-merge (squash) January 12, 2024 14:33
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (42c195c) 94.57% compared to head (5dd244b) 94.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   94.57%   94.57%           
=======================================
  Files          55       55           
  Lines        5049     5049           
=======================================
  Hits         4775     4775           
  Misses        274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner merged commit 73f32a5 into main Jan 12, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/remove-warning-deprecate-usage-of-array branch January 12, 2024 14:44
github-actions bot added a commit that referenced this pull request Jan 12, 2024
Based on the linter I got multiple warnings with regards to deprecate use of array. The coding interview with ESRI resolved the compiler deduction question w.r.t. the use of `std::array`. 73f32a5
github-actions bot added a commit that referenced this pull request Jan 12, 2024
Based on the linter I got multiple warnings with regards to deprecate use of array. The coding interview with ESRI resolved the compiler deduction question w.r.t. the use of `std::array`. 73f32a5
github-actions bot added a commit that referenced this pull request Jan 12, 2024
Based on the linter I got multiple warnings with regards to deprecate use of array. The coding interview with ESRI resolved the compiler deduction question w.r.t. the use of `std::array`. 73f32a5
github-actions bot added a commit that referenced this pull request Jan 12, 2024
Based on the linter I got multiple warnings with regards to deprecate use of array. The coding interview with ESRI resolved the compiler deduction question w.r.t. the use of `std::array`. 73f32a5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant