Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58823 - sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics
From: erwann.rogard_at_[hidden]
Date: 2010-01-08 22:16:47


Author: e_r
Date: 2010-01-08 22:16:46 EST (Fri, 08 Jan 2010)
New Revision: 58823
URL: http://svn.boost.org/trac/boost/changeset/58823

Log:
m
Text files modified:
   sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/count_less_than.hpp | 3 ++-
   sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/proportion_less_than.hpp | 3 ++-
   2 files changed, 4 insertions(+), 2 deletions(-)

Modified: sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/count_less_than.hpp
==============================================================================
--- sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/count_less_than.hpp (original)
+++ sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/count_less_than.hpp 2010-01-08 22:16:46 EST (Fri, 08 Jan 2010)
@@ -68,7 +68,8 @@
     struct count_less_than
       : boost::accumulators::depends_on<>
     {
- typedef impl::count_less_than<boost::mpl::_1> impl;
+ typedef statistics::detail::accumulator::
+ impl::count_less_than<boost::mpl::_1> impl;
 
     };
 }

Modified: sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/proportion_less_than.hpp
==============================================================================
--- sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/proportion_less_than.hpp (original)
+++ sandbox/statistics/detail/accumulator/boost/statistics/detail/accumulator/statistics/proportion_less_than.hpp 2010-01-08 22:16:46 EST (Fri, 08 Jan 2010)
@@ -70,7 +70,8 @@
         tag::count_less_than
>
     {
- typedef impl::proportion_less_than<boost::mpl::_1> impl;
+ typedef statistics::detail::accumulator::
+ impl::proportion_less_than<boost::mpl::_1> impl;
     };
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk