Syntax

There’s this annoying thing I’ve seen this in many codebases, and I’ve wrote it myself during the years. You have a function, no good default thing to do, but a bunch of specialization, so you end up writing something along these lines: Which in normal situations works fine. Unfortunately, when unknown specializations are used produces …

Continue reading Are you experiencing “Undefined reference” errors at link time because of missing specializations?