Remove the relative comparison operators on LogLevel
authorChristopher Dykes <cdykes@fb.com>
Fri, 16 Jun 2017 08:12:53 +0000 (01:12 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 16 Jun 2017 08:24:17 +0000 (01:24 -0700)
commitff607e1b1829884a32bbe80d7815ddfce9b6d3bf
tree1cb560cedd401be5f5aa236b16835ea16f5eedc6
parentab9a4d71366857cf1facc1642d7ef2fd04004cca
Remove the relative comparison operators on LogLevel

Summary: MSVC, GCC, and Clang define the relative comparison operators by default on `enum class` values, however under MSVC defining them explicitly causes the compiler to fail to resolve which operator to use, so just remove them entirely, as they aren't needed.

Reviewed By: simpkins

Differential Revision: D5259835

fbshipit-source-id: 1b91db5de0fc47320daabfdd7132ae910887ff0f
folly/experimental/logging/LogLevel.h