The following code from Sparkfun attempts to call an override that results in an incorrrect call to the wrong Wire.cpp requestFrom override.
nReturned = _i2cPort->requestFrom((int)addr, (int)nChunk, (int)true);
uint32_t TwoWire::requestFrom(uint16_t id, uint16_t regi, size_t size)
uint32_t TwoWire::requestFrom(uint16_t id, size_t size)