compilation warning
Open
@nmm0 is already working on this.
Since Nov 2, 2023.
- Dominant language
- C++
- Stars
- 507
- Forks
- 87
- Avg merge
- 15h 27m
- Merged PRs (30d)
- 2
Description
Hello,
I encountered this warning when I include #include <experimental/mdspan>. I wonder if we do not suppress warning on my project, can we have a fix on mdspan repo? Or any suggestions are appreciated. Thanks.
/mypath/externals/mdspan/include/experimental/../mdspan/../experimental/__p0009_bits/dynamic_extent.hpp", line 29: warning: using-declaration ignored -- it refers to the current namespace [useless_using_declaration]
using std::dynamic_extent;
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.