mpark / variant

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

Reduce binary size #36

Closed mpark closed 6 years ago

mpark commented 6 years ago

Closed by 4bfed80ab842d84239f8a07b143848abb1f47f91

The following is a before/after for Clang-5.0 for binary size at https://mpark.github.io/variant/ NOTE: All other versions of Clang had similar results.

Before

screen shot 2017-12-11 at 5 50 53 pm

After

screen shot 2017-12-11 at 9 18 36 pm