`std::experimental::variant` implementation for libc++

Hello,

I’ve been working on an experimental implementation of std::experimental::variant for libc++. The design of variant is still not quite final yet, but it’s getting close.

You can find it at https://github.com/mpark/variant.

Thanks,

MPark.