|
|
|
|
|
by jandrese
2150 days ago
|
|
IMHO if you're messing with templates in C++ you've probably over-engineered your solution. There are a few cases where they can make sense, like in the standard library, but most of the time without them your code will be cleaner and you'll never actually run into the case where they pay off. |
|