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