martinmoene / variant-lite

variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
239 stars 26 forks source link

[isocpp-lib] CH 3, p0032r2 -- let's not have too clever tags #1

Closed martinmoene closed 6 years ago

martinmoene commented 8 years ago

See issue at optional.

martinmoene commented 6 years ago

In the absence of inline variables in pre-c++17, the current implementation for in_place is kept in place.