7 Jul
2014
7 Jul
'14
8:28 p.m.
On Tue, Jul 8, 2014 at 12:17 AM, Andrey Semashev
On Mon, Jul 7, 2014 at 10:56 PM, Marshall Clow
wrote: Boost.Signals fails to build with MSVC 12:
Master branch is also affected. Somehow develop is not affected although Boost.Signals code is the same. I suspect the compiler is behaving unstable. I'll create a pull request to adjust the compiler version check for a workaround for this problem.
Update: I think develop is not affected because of this pull request: https://github.com/boostorg/iterator/pull/4 that has not been merged to master. If I try to build everything from develop and Boost.Iterator from master I can see the same build failure of Boost.Signals. Should we better merge it to master instead of patching Boost.Signals?