Boost C++ Libraries: Ticket #2833: extract result during initialization https://svn.boost.org/trac10/ticket/2833 <p> This is a follow up to: </p> <p> <a class="ext-link" href="news://news.gmane.org:119/goeic6$q4t$1@ger.gmane.org"><span class="icon">​</span>news://news.gmane.org:119/goeic6$q4t$1@ger.gmane.org</a> </p> <p> where I asked : I have an accumulator (a) that takes an initial value (x_), and another (b), whose initial value (x_) depends on that of (a). I would have thought that this is feasible because accumulator_set initializes (a) before (b), but apparently b.x_ is initialized with a garbage value. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2833 Trac 1.4.3 anonymous Thu, 05 Mar 2009 20:27:15 GMT attachment set https://svn.boost.org/trac10/ticket/2833 https://svn.boost.org/trac10/ticket/2833 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">accu_a.hpp</span> </li> </ul> Ticket anonymous Thu, 05 Mar 2009 20:27:46 GMT attachment set https://svn.boost.org/trac10/ticket/2833 https://svn.boost.org/trac10/ticket/2833 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">accu_b.hpp</span> </li> </ul> Ticket anonymous Thu, 05 Mar 2009 20:28:42 GMT attachment set https://svn.boost.org/trac10/ticket/2833 https://svn.boost.org/trac10/ticket/2833 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">example_temp_accu.cpp</span> </li> </ul> Ticket