Simplify the template mechanism by specifying templates using multi-line...
Simplify the template mechanism by specifying templates using multi-line strings instead of functions. This loses the syntax verification on templates, but it avoids the clutter of lint overrides and the duplication of parameter names, so things are more readable. Addresses #16318 PiperOrigin-RevId: 183260854
Loading
Please sign in to comment