alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
79 stars 10 forks source link

Refactor constructField #761

Closed bernhardmgruber closed 8 months ago

bernhardmgruber commented 1 year ago

This PR refactors the implementation of constructField. An issue with MSVC was uncovered during this refactoring, and solved by enabling the newer lambda processor in MSVC, which is used by default in C++20.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c7d9806) 98.73% compared to head (6e6c41b) 98.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #761 +/- ## ======================================== Coverage 98.73% 98.73% ======================================== Files 70 70 Lines 6896 6898 +2 ======================================== + Hits 6809 6811 +2 Misses 87 87 ```