Commit c7fd4b4b authored by Lee Howes's avatar Lee Howes Committed by Facebook Github Bot

Consistency with folly::SemiFuture continuations 3/n: correct define scoping

Summary:
Step 3 in adding full set of r-value-qualified unambiguous continuation methods to folly::Future for consistency with folly::SemiFuture.
 * Undefs function-scoped defines to avoid leaking.

Reviewed By: yfeldblum

Differential Revision: D7997136

fbshipit-source-id: 4eb188bc55134da8349e984e9eb85466d7b0042c
parent 4e61ea02
......@@ -570,7 +570,8 @@ TEST(Future, onError) {
EXPECT_FLAG();
EXPECT_NO_THROW(f.value());
}
#undef EXPECT_FLAG
#undef EXPECT_NO_FLAG
}
TEST(Future, special) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment