correct usage of namespace std for coroutines_trait specialization
authorDylan Yudaken <dylany@fb.com>
Mon, 20 Nov 2017 23:59:02 +0000 (15:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 21 Nov 2017 00:07:14 +0000 (16:07 -0800)
commitfe1ff9ef158019202de66685e787af1cd512b574
tree6121e45f939ee25f0367fbeadafe01f49f5b0a10
parentf5edd7dcaf8308a946d3843940e2f7a5f40ca44f
correct usage of namespace std for coroutines_trait specialization

Summary: When specializing traits you should not use the libcpp inline std namespace, but rather the plain one.

Reviewed By: yfeldblum

Differential Revision: D6373787

fbshipit-source-id: d62ef9ccbf90c6f952db5f93f2377c920e68a809
folly/Expected.h
folly/Optional.h