Dear C++ #CPP people: how do you actually fucking do this? It seems bad enough that I need to have two overloads just to allow for the "no args" version.
But that template overload fails at link time because of an undefined symbol???
UPDATE: It鈥檚 because I needed to define it in the header file itself, not just declare it