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

Refactor to workaround MSVC bug #646

Merged

Conversation

bernhardmgruber
Copy link
Member

MSVC started to fail to recognize typename RightRecord::AccessibleRecordDim as a typename when inside a lambda function.

MSVC started to fail to recognize typename
RightRecord::AccessibleRecordDim as a typename when inside a lambda
function.
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #646 (531e675) into develop (86f2f66) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #646      +/-   ##
===========================================
- Coverage    98.76%   98.76%   -0.01%     
===========================================
  Files           74       74              
  Lines         6742     6740       -2     
===========================================
- Hits          6659     6657       -2     
  Misses          83       83              

@bernhardmgruber bernhardmgruber merged commit 92ebb92 into alpaka-group:develop Dec 1, 2022
@bernhardmgruber bernhardmgruber deleted the msvcworkaround branch December 1, 2022 22:39
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.

1 participant