C++ header file include patterns
Some our our build processes are taking longer than they should. Much of this is probably due to including too many references to different files, and not using forward class declarations wherever possible. This is well explained in C++ header file include patterns. If your library design does not take this into account your build process will get slower and slower.
Posted in Software |