Subject: [Boost-bugs] [Boost C++ Libraries] #6198: problem in boost/signals2/detail/auto_buffer.hpp:565
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-02 11:13:31
#6198: problem in boost/signals2/detail/auto_buffer.hpp:565
-------------------------------+--------------------------------------------
Reporter: victor@⦠| Owner: fmhess
Type: Bugs | Status: new
Milestone: To Be Determined | Component: signals2
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
-------------------------------+--------------------------------------------
compiling with clang stops with an error at
'boost/signals2/detail/auto_buffer.hpp:565:57'
error: reference to non-static member function must be called; did you
mean to call it with no arguments?
The problem is that this line references an non-existent variable 'size',
there is a similar construct at line 544 that uses 'size_arg' instead so
my guess is that this is probably the solution in this line also. Another
possible solution suggested by the compiler is adding '()' and make it a
call to the 'size' method instead.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6198> 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:07 UTC