mpark / variant

C++17 `std::variant` for C++11/14/17
https://mpark.github.io/variant
Boost Software License 1.0
664 stars 87 forks source link

Request: Compare and contrast with other variant implementations #80

Open eyalroz opened 2 years ago

eyalroz commented 2 years ago

Thank you for this stand-alone implementation.

My problem with it is - I don't know whether to use it, or any of the other ones: Boost, eggs-cpp, Martin Moene's or MapBox - because I don't know what their differences are. Would you mind adding a short comparison (e.g. as a table) to your README?