blacktea
blacktea
@barcharcraz, Could you review please?
Это можно было бы элегантно решить если бы параметр функции `consteval` функции был бы `constant expression`. Уже есть бумага https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1045r0.html, где предлагаю ввести `constexpr` для аргумента функции. ``` void f(constexpr...
I'd start with an explanation of my using the project. Firstly, I had to build `kaitai_struct_cpp_stl_runtime` to get a library(lib/so), then to generate cpp files from .ksy files by the...
>> Actually, this is my first big question, what is your rationale to not just include kaitaistruct.* and kaitaistream.* in your project, as this is indeed the recommended way to...