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 structName for single letter structs #800

Merged

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Nov 21, 2023

Fixes:

struct A{};
llama::structName<A>(); // compile-error

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Merging #800 (3800690) into develop (f4c17b9) will increase coverage by 0.00%.
Report is 5 commits behind head on develop.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #800   +/-   ##
========================================
  Coverage    98.79%   98.79%           
========================================
  Files           75       75           
  Lines         7318     7320    +2     
========================================
+ Hits          7230     7232    +2     
  Misses          88       88           

@bernhardmgruber bernhardmgruber merged commit 139c586 into alpaka-group:develop Nov 21, 2023
29 of 33 checks passed
@bernhardmgruber bernhardmgruber deleted the fix_structname branch November 21, 2023 09:50
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