|
|
|
|
|
by frutiger
1021 days ago
|
|
I once read that this is why the MSVC compiler didn't support two-pass template instantiation until very recently: the original compiler implemented templates almost like a macro that re-emitted a stream of tokens with the template parameters replaced. |
|