Opened 11 years ago

Closed 11 years ago

#6198 closed Bugs (fixed)

problem in boost/signals2/detail/auto_buffer.hpp:565

Reported by: victor@… Owned by: Frank Mori Hess
Milestone: To Be Determined Component: signals2
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

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.

Change History (2)

comment:1 by Frank Mori Hess, 11 years ago

(In [75777]) Fix for reported clang compile error. Refs #6198.

comment:2 by Frank Mori Hess, 11 years ago

Resolution: fixed
Status: newclosed

(In [76089]) Merged from trunk. Closes #6198.

Note: See TracTickets for help on using tickets.