-
The section **6.10 Preprocessing directives** of the C standard defines the requirements to the C preprocessor. We should fulfill them.
## TODO
- [ ] #525
- [x] #538
- [ ] 6.10 Preprocessing dir…
-
[P3370R0](https://wg21.link/p3370r0) Add new library headers from C23 (Jens Maurer)
-
This currently hosts the ESI dev servers (kumo) so we'll need to arrange hardware for that.
https://github.com/CCI-MOC/esi/issues/418
The cisco nexus switch in this rack brings us the BU public …
-
### Environment
- OS and Version: Ubuntu 22.04
- VS Code Version: 1.76.2
- C/C++ Extension Version: 1.15.0
- If using SSH remote, specify OS of remote machine:
### Bug Summary and Steps to Rep…
-
### Checklist
- [x] Checked the issue tracker for similar issues to ensure this is not a duplicate.
- [X] Described the feature in detail and justified the reason for the request.
- [x] Provided …
-
I run the inference on Celeb-DF-v2, and FF++ (c23) with your pre-trained model. I get the similar results on the former (AUC:0.9381, AP:0.9669). However, the video-level AUC on the latter is only 0.90…
-
C23 is a new TRC10 Utility Token. We plan to use our new icon in P
![LogoGrey](https://user-images.githubusercontent.com/94399763/149636076-eaec9bc6-0c9c-4ada-8eec-9623c6027b9b.png)
HP based admin p…
-
AFAIK, wave currently has a C99 mode and various C++ modes. IMO, it would make sense to add a C23 mode (AFAIK some of the new C23 features are already supported in wave anyway, as extensions or as the…
-
[P3348R0](https://wg21.link/p3348r0) C++26 should refer to C23 not C17 (Jonathan Wakely)
-
It seems clang recently started to miscompile aggregate initialization.
```c
union foo {
char x;
int y;
long z;
} x = { 0 };
```
would only initialize x, which is OK (although…