|
|
|
|
|
by pjmlp
2 days ago
|
|
> What metaprogramming does C++ have that rust is lacking? Compile time execution, and compile time reflection, with the same syntax. Proc macros are still a kludge having to depend on syn crate, and some stuff used to depend on nightly, is that still the case, I don't keep track? Additionally type specialisation, and explicit templates. |
|