Ensure LogWriter::writeMessage(std::string&&) is in the overload set of ImmediateFile...
authorChristopher Dykes <cdykes@fb.com>
Thu, 15 Jun 2017 23:53:09 +0000 (16:53 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 16 Jun 2017 00:05:33 +0000 (17:05 -0700)
commit19859f96226810883e0f967e49d6d73912ae900d
tree60c434e6a312fa26cb06e859430723e62faecd32
parent2bb2c015056554c0a1cc0cda2bdeb84bc11672ff
Ensure LogWriter::writeMessage(std::string&&) is in the overload set of ImmediateFileWriter

Summary: As MSVC correctly warns via C4266, the overload sets of functions in base classes are not part of the overload set in derived classes where you've declared an overload (or override) unless you've explicitly imported it.

Reviewed By: simpkins

Differential Revision: D5260056

fbshipit-source-id: bbbeeea3c13201a3a6eba6e62cfa5a49a9470d43
folly/experimental/logging/ImmediateFileWriter.h