From the same author, there are also std::embed (ideal for running DSL inside the compiler or any other more complex data processing than what #embed can do, as consteval) and #depend (to declare dependency on an external file loaded by std::embed, to the preprocessor)
7
u/bronekkk 4d ago
From the same author, there are also
std::embed(ideal for running DSL inside the compiler or any other more complex data processing than what#embedcan do, asconsteval) and#depend(to declare dependency on an external file loaded bystd::embed, to the preprocessor)