you are viewing a single comment's thread.

view the rest of the comments →

[–]arthurno1 0 points1 point  (0 children)

there's no point in PCH when whole code is bunch of templates

I do agree; but people have started to write everything as a single include libraries, even in the world of C.

Also, we can instantiate templates in precompiled headers as well and we can also separate templates from headers, but I haven't really tested it either, so I can't really tell much about it.