Commit 1f4a8221 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by facebook-github-bot-0

A well-known instance of folly::Unit

Summary: [Folly] A well-known instance of `folly::Unit`.

Reviewed By: jsedgwick

Differential Revision: D2693426

fb-gh-sync-id: fe595abc852500275a827b4f400cfda7091a55f7
parent 085c0a8d
......@@ -62,4 +62,6 @@ template <class T>
struct is_void_or_unit : public Unit::Lift<T>
{};
constexpr Unit unit {};
}
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