#include #include "square.h" bool Overlap_( static Shape& /*a*/, static Square& /*b*/) { std::cerr << "Overlap_( Shape&, Square&) called\n"; return false; }