Specify the keyword "override" next to methods that override methods in the super class.

Issue #207 closed
Paolo Brandoli repo owner created an issue

Never version of GCC and CLang complain when an overridden method is not marked with the keyword "override".

The methods that need "override" are:

  • implementation::memoryStreamInput::read
  • implementation::fileStreamInput::read
  • implementation::pipeSequenceStream::read
  • implementation::pipeSequenceStream::write
  • implementation::tcpSequenceStream::read
  • implementation::tcpSequenceStream::write

Comments (5)

  1. Log in to comment