Subject: [Boost-bugs] [Boost C++ Libraries] #2883: Boost::signals compile problem with GCC 3.4.5
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-23 23:51:21
#2883: Boost::signals compile problem with GCC 3.4.5
----------------------------+-----------------------------------------------
Reporter: tk_at_[hidden] | Owner: dgregor
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: signals
Version: Boost 1.38.0 | Severity: Showstopper
Keywords: |
----------------------------+-----------------------------------------------
I get the following error when trying to use boost sigals with GCC 3.4.5
for arm:
{{{
In file included from
/home/tk/centidev/target/staging/include/boost/signals/detail/signal_base.hpp:15,
from
/home/tk/centidev/target/staging/include/boost/signals/signal_template.hpp:23,
from
/home/tk/centidev/target/staging/include/boost/signals/signal0.hpp:24,
from
/home/tk/centidev/target/staging/include/boost/signal.hpp:19,
from TableScoreboard.h:4,
from TableAssembler.cpp:3:
/home/tk/centidev/target/staging/include/boost/signals/detail/named_slot_map.hpp:
In member function `boost::signals::detail::connection_slot_pair&
boost::signals::detail::named_slot_map_iterator::dereference() const':
/home/tk/centidev/target/staging/include/boost/signals/detail/named_slot_map.hpp:114:
error: invalid initialization of reference of type
'boost::signals::detail::connection_slot_pair&' from expression of type
'const boost::signals::detail::connection_slot_pair'
}}}
Thomas
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2883> 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:49:59 UTC