|
|
|
|
|
by _pmf_
2525 days ago
|
|
Sometimes I wonder why projects are either "single header only" or tens to hundreds of separate modules. One header and one source module would be a nice compromise regarding compile time vs. ease of use. Yes, I realize that some header only libraries support using the header as either header or implementation, but this still blows up compile time. |
|
Boost is really the only example I can think of where small utility comes at the expense of huge compile time increases.