This adds variants bounds_func::call(p) of bounds_func::operator()(p) and similar which I know how to call from gdb.
7SAOC57H3ZRG5SAQ6AWBCLHP2YDRPYXY4EMHLNYIYGVLKVWF62FQC
AL7EYY4HB7JNEFGDB6NVVHCVVUYYKUJKC4UFH4T7XUT3P5NT4NAAC
2EBEWIV4YHXXAFR4GG2GMZJ2K77NK762HNQ77CZLHI3LDVGX7RJAC
// XXX: to be able to call from gdb. virtual opacity_type call(const coord_def& p) const { return (*this)(p); }
// XXX: to be able to call from gdb.
virtual opacity_type call(const coord_def& p) const
{
return (*this)(p);
}
// XXX: to be able to call from gdb. virtual bool call(const coord_def& p) const { return (*this)(p); }
virtual bool call(const coord_def& p) const