Opened 14 years ago

Last modified 9 years ago

#2883 new Bugs

Boost::signals compile problem with GCC 3.4.5

Reported by: tk@… Owned by: Douglas Gregor
Milestone: Boost 1.39.0 Component: signals
Version: Boost 1.38.0 Severity: Showstopper
Keywords: Cc:

Description

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

Change History (1)

comment:1 by viboes, 9 years ago

Has this been fixed?

Note: See TracTickets for help on using tickets.