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