Mark two implicit ctors as explicit
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 30 Jul 2017 00:54:14 +0000 (17:54 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 30 Jul 2017 01:08:19 +0000 (18:08 -0700)
commit92d9e7f79ad61be45997c62e00a23a02c728c345
tree4036a1f5f71b49cefab984a17ab7968f0553c437
parent4927f0878e61bdadd58472469b08fa8b716865ae
Mark two implicit ctors as explicit

Summary:
[Folly] Mark two implicit ctors as `explicit`.

They did not need to be implicit.

Reviewed By: andrewjcg

Differential Revision: D5524798

fbshipit-source-id: a50bc6bfc9da2642891faf0aa38a19f46e75b9da
folly/io/IOBuf.cpp
folly/test/DeterministicScheduleTest.cpp