Make a few coersions to bool explicit
authorChristopher Dykes <cdykes@fb.com>
Tue, 7 Feb 2017 19:27:44 +0000 (11:27 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 7 Feb 2017 19:37:19 +0000 (11:37 -0800)
commit0e4a41d08b742f799c7a2ea8224bbd87c214b715
tree895d99cfe961b59a283a55facb95ddfcb8c309ea
parent115059030653fe6f73e351073097ba1e06507f21
Make a few coersions to bool explicit

Summary: MSVC has warning 4800 which is triggered on implicit coercions to `bool` when not in use as the condition to a control-flow statement.

Reviewed By: yfeldblum

Differential Revision: D4518465

fbshipit-source-id: 858ab9e68215a2a667cb3ea55daf51b74368174d
folly/CpuId.h
folly/FormatArg.h
folly/dynamic-inl.h