#include int main() { boost::variant npt(nullptr); boost::get(npt); return 0; }