Boost C++ Libraries: Ticket #6198: problem in boost/signals2/detail/auto_buffer.hpp:565 https://svn.boost.org/trac10/ticket/6198 <p> compiling with clang stops with an error at 'boost/signals2/detail/auto_buffer.hpp:565:57' </p> <p> error: reference to non-static member function must be called; did you mean to call it with no arguments? </p> <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6198 Trac 1.4.3 Frank Mori Hess Sat, 03 Dec 2011 05:48:02 GMT <link>https://svn.boost.org/trac10/ticket/6198#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6198#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/75777" title="Fix for reported clang compile error. Refs #6198. ">[75777]</a>) Fix for reported clang compile error. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6198" title="#6198: Bugs: problem in boost/signals2/detail/auto_buffer.hpp:565 (closed: fixed)">#6198</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Frank Mori Hess</dc:creator> <pubDate>Wed, 21 Dec 2011 03:05:43 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6198#comment:2 https://svn.boost.org/trac10/ticket/6198#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76089" title="Merged from trunk. Closes #6198. ">[76089]</a>) Merged from trunk. Closes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6198" title="#6198: Bugs: problem in boost/signals2/detail/auto_buffer.hpp:565 (closed: fixed)">#6198</a>. </p> Ticket