fix ExceptionWrapper comment
authorJeff Cai <jcai@fb.com>
Thu, 20 Jul 2017 20:09:10 +0000 (13:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 20 Jul 2017 20:20:40 +0000 (13:20 -0700)
commit663e27f943b76a938234fcfaa828b27a0d78fe43
tree39dff077c3b0edd16f1669a37e4fc72eec945165
parent2177f05a16891e5dc381ccfa56d36ce91418aa09
fix ExceptionWrapper comment

Summary:
Fix comment for exception_wrapper's `operator bool()`.
It reads "return `true` if `*this` is not holding an exception"
but the actual behavior is to return `true` if `*this` *is* holding
an exception.

Reviewed By: yfeldblum

Differential Revision: D5456386

fbshipit-source-id: ec3a472ea441476d835881e94036a3957bb2ab32
folly/ExceptionWrapper.h