|
|
|
|
|
by elteto
121 days ago
|
|
Because not everyone is using Makefiles or CMake. A true header-only library should be build-system agnostic and this is one way to do that. We can argue about build systems for C++ all day long and never come to an agreement. With this approach this piece of code can be used anywhere. |
|
When C and C++ were the main programming languages during the 1990's, and commercial compilers abounded strangely we could manage handling all those build systems approaches.