|
|
|
|
|
by WalterBright
347 days ago
|
|
You can definitely make an incomprehensible soup out of C++ templates. C++ expression templates are a classic example. But the threshold of this is much higher than with a macro language. Using C++ templates for a linked list type doesn't make a mess. |
|