-
Covers all changes to align the CTS with the outcome of https://github.com/KhronosGroup/OpenCL-Docs/issues/82
-
(Filed on behalf of Lidia Best - ITU-T)
• User Need 2: A blind user of both screen reader and braille output devices may need to manage audio and text output differently e.g. once they have accepte…
-
According to the [comment](https://github.com/w3c/rdf-concepts/pull/59#discussion_r1323501083):
> The real issue is that this is probably not just about updating references. With the warning that I…
domel updated
5 months ago
-
p5:
> When the allocated object is not an array, the result of the new-expression is a pointer to the object created.
p6:
> When the allocated object is an array (that is, the noptr-new-declarato…
-
_Originally reported by_: @jagus7
The glossary should include the definitions of all data items. The labels of data items should be linked to the glossary so that clicking on the label will define t…
-
In the current version of the C++ draft,, paragraph [[class.default.ctor]/4](http://www.eel.is/c++draft/class.default.ctor#4) states:
> A default constructor that is defaulted and not defined as d…
-
[P2688R0](https://wg21.link/p2688r0) Pattern Matching Discussion for Kona 2022 (Michael Park)
-
Whether all, some, or none of the description of a concept is indented by `\itemdescr` seems to vary pretty randomly throughout [iterator.concepts].
We should also consider whether we want a *Model…
-
As part of adding support for a new image format for which we can only support read access, we're bumping into the following rule (there are similar notes for **clEnqueueFillBuffer**, **clCommandFillB…
kpet updated
4 months ago
-
Wrap inside a function.
Example:
```
auto ints = view::iota(0) | view::take(10);
auto latter_half = drop_view{ints, 5};
for (auto i : latter_half) {
cout