The Phantom Derpstorm
The Phantom Derpstorm
It just means it'll take more time. I don't think the Standards Committee will be ready to review a paper that large by C++23, honestly.
@npuichigo Deferred to C++26 or C++29. I have to rewrite P1629 still, but the library implementation (for both the C and C++-style versions of this) are alive and well: https://github.com/soasis/text...
I now have to figure out how ```cpp #embed [bits-per-element]opt [max-elements]opt header-name ``` can be done. Disambiguation of the numeric constant for bits-per-element versus max-elements means you cannot specify just...
This paper is on track. The next time it is seen it will just be ```cpp #embed [max-elements]opt header-name ``` It will always produce a comma-delimited sequence of `unsigned char`....
Posted: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2592.htm Latest: https://thephd.github.io/vendor/future_cxx/papers/C%20-%20embed
The wording needed a lot of work, so we fixed it up quite a bit: https://thephd.github.io/_vendor/future_cxx/papers/C%20-%20embed.html
C++: https://thephd.github.io/_vendor/future_cxx/papers/published/p1967r2.html
Thanks for looking out; these have all been edited / fixed.
C++ paper has been split off into it's own thing. Which looks prettier because it uses bikeshed now: https://thephd.dev/_vendor/future_cxx/papers/d1967.html
C++ and C papers have been properly split up. Wording is based on which link you travel: https://thephd.dev/_vendor/future_cxx/papers/d1967.html https://thephd.dev/_vendor/future_cxx/papers/C%20-%20embed.html