-
Hi, in Section 2.7 of the proposal, I see one of the design goal of custom accessors is to apply `restrict` (non-aliasing hint) to memory accesses (if a C++ implementation supports it). But I have not…
-
This started as a request for help in understanding the `worker error: invalid prefix (checksum)` error but I finally managed to figure that it was caused by not running slim silently.
Because that…
-
There are a number of usability issues with exec overall
* #74 - exit code from script is not captured / forwarded
* #48 - dagger is not prescriptive on how arguments should be passed (eg: ther…
-
See https://godbolt.org/z/5EG6n5bfc
I cannot assign one view to another. There is a runtime assertion for:
```
m=view;
```
Is this an invalid use?
Here is the same program in case goldbolt l…
-
They account for a large amount of runtime, even though their lifetimes are well-defined.
-
I cannot compile with clang++ or icpx using submdspan. Is this expected to work?
```
#include
namespace stdex = std::experimental;
using Cube = stdex::mdspan;
void show_tile(float *f) {
…
-
This is my first pull request :fireworks:, so yeah..., but here you're invoking an undefined behaviour(for _count_ larger then 1) by moving an rvalue into the `emplace_back` function _count_ times. It…
-
Records of positive/negative unit test count of '20 projects
Related: `Compiler FE: Line coverage` #1176
-
| | |
| --- | --- |
| Bugzilla Link | [14981](https://llvm.org/bz14981) |
| Resolution | FIXED |
| Resolved on | Sep 12, 2013 12:09 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzil…
-
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2374r1.html
I was thinking in cpp23 you could use `views::cartesian_product` to make `mdspan` into a `range`. You could convert the extents …