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

static constexpr: storage class first #1717

Merged
merged 1 commit into from
Aug 7, 2019

Conversation

ax3l
Copy link
Contributor

@ax3l ax3l commented Aug 7, 2019

Description

Seen with PGI compiler for static constexpr:

warning: storage class is not first

GitHub Issues

N/A

Seen with PGI compiler for `static constexpr`:
```
warning: storage class is not first
```
@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #1717 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1717   +/-   ##
=======================================
  Coverage   86.46%   86.46%           
=======================================
  Files         136      136           
  Lines        5273     5273           
=======================================
  Hits         4559     4559           
  Misses        714      714

@horenmar
Copy link
Member

horenmar commented Aug 7, 2019

Sure, why not.

@horenmar horenmar merged commit 7a6af7b into catchorg:master Aug 7, 2019
@ax3l ax3l deleted the fix-storageClassFirst branch August 7, 2019 13:55
@ax3l
Copy link
Contributor Author

ax3l commented Aug 7, 2019

Thanks for merging, it's also the only location where the order was that way.

horenmar pushed a commit that referenced this pull request Sep 21, 2022
This pull request fixes the warning issued by `nvc++`
(the C++ compiler in Nvidia HPC SDK/PGI),
and is similar to pull request #1717.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants