id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5871,variant constructible/assignable from anything,kaballo86@…,Antony Polukhin,"Boost variant has a constructor and an assignment operator that would take just anything. If it cannot be converted to any of its bounded types, it will result in an error within variant's internals. This, mixed with conversion operators, interferes with overload resolution (code that reproduces the issue attached). SFINAE'ing out the non-candidate constructors (and assignments) would fix this.",Bugs,closed,Boost 1.62.0,variant,Boost 1.47.0,Problem,fixed,,raad@…