8 Apr
2019
8 Apr
'19
5:59 a.m.
On Sun, 7 Apr 2019 at 18:44, Robert Ramey via Boost
template
struct safe_variant : public std::variant { // for each T static assert that is_trivially_constructible<T> == true }; Which gets trickier. But would be cool if someone wanted to make this.
#include