Listing 3

// The metaprogramming debug tool.

template<typename T> struct CMetaProgramDebug
{
   // Generates a warning for instantiation of CMetaProgramDebug<T>
   char m_array[0];
} ;