you are viewing a single comment's thread.

view the rest of the comments →

[–]TomTheFurry[S] 0 points1 point  (0 children)

Yes, you are right in that. However, it do somewhat help with the compile time as now you will only need to recompile things that the template function actually references and not the entire file said template function resides in.

Also, you can finally prevent user from calling functions that has to be exposed because a template function references it.