Skip to content

Use explicit template instantiation to speed up compile times

Martin Heistermann requested to merge explicit-templates into master

This way, changing some rendering code doesn't force recompilation of huge amounts of code. This includes the commit from !16 (merged)

Edited by Martin Heistermann

Merge request reports