|
|
|
|
|
by gpderetta
108 days ago
|
|
> This is not something you would use in production Ages ago in C++98/03 era, cons based lists were the only way to do type lists or tuples, so solutions like these did see some production use (and yes, it did kill compile time). Of course these days variadics have made these solutions obsolete. |
|