Opened 6 years ago

Closed 6 years ago

#12405 closed Bugs (invalid)

'boost::detail::variant::visitation_impl': none of the 2 overloads could convert all the argument types

Reported by: rhegner@… Owned by: Frank Mori Hess
Milestone: To Be Determined Component: signals2
Version: Boost 1.61.0 Severity: Showstopper
Keywords: Cc:

Description

Steps to reproduce the error above:

1) Create a new C++ console project with Visual Studio 2015 Update 3

2) Add include directory for boost 1.61.0

3) Add #include <boost/signals2.hpp> to the main source file

I'm not sure if this is a bug in boost::variant or boost::signals2 or in the compiler.

There is a ticket #12123 which seems to be related, but that ticket should already be fixed in boost version 1.61.0

Change History (3)

comment:1 by Frank Mori Hess, 6 years ago

You'll have to provide the full error log at least, not just a one line summary in the bug title. Also, there must be more to reproducing your problem than you have outlined, since otherwise wouldn't the boost automated tests would have picked it up? Boost has msvc 14.0 testers, which is the compiler in vs2015.

comment:2 by rhegner@…, 6 years ago

It turned out that my boost installation was broken for some reason. I downloaded and built boost (with the same settings) again and now I don't get the error anymore!

comment:3 by Frank Mori Hess, 6 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.