Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3534: [signals2] compile error with MSVC 2010 Beta 2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-21 10:42:06
#3534: [signals2] compile error with MSVC 2010 Beta 2
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb@â¦> | Owner: fmhess
Type: Bugs | Status: assigned
Milestone: Boost 1.42.0 | Component: signals2
Version: Boost 1.40.0 | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
Comment(by Richard Webb <richard.webb@â¦>):
The following code results in the compile error:
{{{
#include <boost/signals2/signal.hpp>
#include <functional>
typedef boost::signals2::signal<void (bool)> signal_t;
typedef std::function<void (bool) > fn_t;
int _tmain(int argc, _TCHAR* argv[])
{
fn_t f;
signal_t s;
s.connect(f);
return 0;
}
}}}
However, i ran the Boost regression tests with Beta2 yesterday, and a
couple of the existing tests have failed with the same error. e.g.
http://tinyurl.com/ygpvfma
http://tinyurl.com/pbmxfr
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3534#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC