+ 1
Are you often using template ?
Just to know !
2 Answers
+ 2
Zbouby yes, I do use for logger class.... that allows me to write only one function each for logger and infodebug...
+ 2
I try to avoid templates cos of compile time, sometimes hard to debug, often hard to understand some days laterđ and compile errors are still cryptic.
But nevertheless it is sometimes the best / only real solution and it is extremly powerful. It is astonishing what is possible with templates.