What is the maximum number of destructors generated for a single C++ class inside a binary compiled for Linux x86-64? Not counting duplicates due to inlining/optimizations, and considering every instantiation of a class template to be a different class.

Comments