In-place construction for Try
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 2 Jul 2017 17:22:35 +0000 (10:22 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 2 Jul 2017 17:40:23 +0000 (10:40 -0700)
commit8b7d44fb4dbd2bdd5c46a0e0201fe44babd6bbfd
tree1d4f3f13ec7843021742e170b16c68510fd25db7
parenta695397e013de4596d05ca7fc1df2546ad639e64
In-place construction for Try

Summary:
[Folly] In-place construction for `Try`.

Using `in_place` as the first argumenbt. Avoid move operations.

Reviewed By: Orvid

Differential Revision: D5362568

fbshipit-source-id: 5c2aaf5dba1253c59e384940add411f0f2b570b2
folly/Try.h
folly/test/TryTest.cpp