[accumulator] Undocumented rolling_window_plus1 accumulator

Hi, rolling_count depends on rolling_window_plus1which is not documented. rolling_count The rolling count is the current number of elements in the rolling window. Result Type std::size_t Depends On rolling_window_plus1 The same applies to rolling_sum. Could this documentation issue be managed? Best _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/

On 8/10/2010 1:29 PM, vicente.botet wrote:
Hi,
rolling_count depends on rolling_window_plus1which is not documented.
rolling_count The rolling count is the current number of elements in the rolling window. Result Type std::size_t Depends On rolling_window_plus1
The same applies to rolling_sum.
Could this documentation issue be managed?
Hum. I think that's an internal implementation detail that leaked into the documentation, but that it's easiest to describe the behavior in terms of that detail. The docs could be explicit about stating that rolling_window_plus1 is for just for exposition. Thanks. Could you file a bug? -- Eric Niebler BoostPro Computing http://www.boostpro.com

----- Original Message ----- From: "Eric Niebler" <eric@boostpro.com> To: <boost@lists.boost.org> Sent: Tuesday, August 10, 2010 9:17 PM Subject: Re: [boost] [accumulator] Undocumented rolling_window_plus1accumulator
On 8/10/2010 1:29 PM, vicente.botet wrote:
Hi,
rolling_count depends on rolling_window_plus1which is not documented.
rolling_count The rolling count is the current number of elements in the rolling window. Result Type std::size_t Depends On rolling_window_plus1
The same applies to rolling_sum.
Could this documentation issue be managed?
Hum. I think that's an internal implementation detail that leaked into the documentation, but that it's easiest to describe the behavior in terms of that detail. The docs could be explicit about stating that rolling_window_plus1 is for just for exposition. Thanks. Could you file a bug?
Done. https://svn.boost.org/trac/boost/ticket/4525 Vicente
participants (2)
-
Eric Niebler
-
vicente.botet