I\'d like to package a library I\'m working on as a header-only library to make it easier for clients to use. (It\'s small and there\'s really no reason to put it into a sep
Also, I think you'll need to avoid any use of global variables or static variables in your header-only-library code.