P
Patrik Servin
Does anyone know of a tool that will convert templates into classes?
Background: Suppose you have a bunch of generic classes (templates) that
actually doesn't need to be generic. They are hard to understand and debug.
Now you want to rewrite them into plain non-generic classes but there is so
many of them that you want to automate this rewriting. Any idea?
Patrik
Background: Suppose you have a bunch of generic classes (templates) that
actually doesn't need to be generic. They are hard to understand and debug.
Now you want to rewrite them into plain non-generic classes but there is so
many of them that you want to automate this rewriting. Any idea?
Patrik