Don't use ?:
authorChristopher Dykes <cdykes@fb.com>
Thu, 21 Jul 2016 23:56:32 +0000 (16:56 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Fri, 22 Jul 2016 00:08:30 +0000 (17:08 -0700)
commitc2691bc6bb023aa8082e26fa81137584ae7925a8
tree8d0de0b8f4405c7dd584abab02d11e02fc0556ca
parentbfe4b10913883b3d4e18dfee2007a55c4f35af76
Don't use ?:

Summary:
Because it doesn't exist in the C++ standard.

This switches them to the explicitly expanded form, which is in the spec.
It also removes a few that were doing absolutely nothing. (MSVC still complained about the division by zero)

Reviewed By: yfeldblum

Differential Revision: D3479260

fbshipit-source-id: 5386e27057beeb4b228f5d6be4e1cf9941cf3176
folly/Padded.h
folly/experimental/BitVectorCoding.h
folly/experimental/EliasFanoCoding.h
folly/gen/Parallel-inl.h
folly/gen/ParallelMap-inl.h