Add a utility for disabling some CRT assertions in debug mode
authorChristopher Dykes <cdykes@fb.com>
Wed, 10 Aug 2016 00:00:14 +0000 (17:00 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Wed, 10 Aug 2016 00:08:33 +0000 (17:08 -0700)
commit52286a8b458d66b2471211d83576e0c240946e57
tree4e323fdd19da46cf702abbfdea90ce12e51cacad
parent60136d876fd415a26519a95a026d02251e249254
Add a utility for disabling some CRT assertions in debug mode

Summary:
See the comment on `msvcReturnInvalidParams` for more info on the issue.
This also adds a use of it to TestUtilTest.

Reviewed By: yfeldblum

Differential Revision: D3691526

fbshipit-source-id: f0f596e9b4c830e1d31de01926162636757329e8
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/test/TestUtilTest.cpp