Commit c3b63c09 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix broken build

Summary: Fix broken build

Reviewed By: ispeters, Orvid

Differential Revision: D26138456

fbshipit-source-id: 8f46b268ecaf923e507db6706af7840095a151f7
parent cbb8cd2a
......@@ -72,7 +72,7 @@ struct Obj {
void swap(Obj&, Obj&) noexcept {} // no-op
} // namespace swappable
struct AltSwappable;
struct AltSwappable {};
struct AltSwappableRet {};
namespace unswappable {
FOLLY_MAYBE_UNUSED AltSwappableRet swap(AltSwappable&, AltSwappable&);
......
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