|
|
|
|
|
by zozbot234
321 days ago
|
|
> No way anything std::meta gets into serious production Rust proc macros get used in serious production, even though they're quite slow to compile. Sure, std::meta is probably a bit clunkier, but that's expected from new C++ features as you say. |
|
Compile-time reflection, with good, built in API, akin to C# Roslyn would be a real boon.