Looking for stdckdint.h in the gcc 11.2 collection

1.1k views Asked by At

I'm trying to find a copy of stdckdint.h, which I assume should be in the gcc 11.2 collection, but a search fails to locate it in the downloaded source tarball.

Is it not public yet, or do I have to unpack/build something to get the include files?

1

There are 1 answers

2
KamilCuk On

Gcc11 does not provide stdckdint.h. The documentation of gcc does not mentions it, neither in release notes nor in C standard support page. As the documentation states, C2x support in GCC is incomplete and experimental. The release notes for gcc11 lists implemented C2x features.

In the meantime, you can use my implementation available from https://gitlab.com/Kamcuk/ckd/-/tree/master .