Tagged Questions
1
vote
8answers
668 views
How best to switch from template mess to clean classes architecture (C++)?
Assuming a largish template library with around 100 files containing around 100 templates with overall more than 200,000 lines of code. Some of the templates use multiple inheritance to make the usage ...