Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74631 - in trunk/boost/chrono/stopwatches: . memories
From: vicente.botet_at_[hidden]
Date: 2011-10-01 17:03:33


Author: viboes
Date: 2011-10-01 17:03:32 EDT (Sat, 01 Oct 2011)
New Revision: 74631
URL: http://svn.boost.org/trac/boost/changeset/74631

Log:
Chrono: Rename memories by collectors
Removed:
   trunk/boost/chrono/stopwatches/memories/
Text files modified:
   trunk/boost/chrono/stopwatches/basic_stopwatch.hpp | 2 +-
   trunk/boost/chrono/stopwatches/suspendable_stopwatch.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/chrono/stopwatches/basic_stopwatch.hpp
==============================================================================
--- trunk/boost/chrono/stopwatches/basic_stopwatch.hpp (original)
+++ trunk/boost/chrono/stopwatches/basic_stopwatch.hpp 2011-10-01 17:03:32 EDT (Sat, 01 Oct 2011)
@@ -11,7 +11,7 @@
 
 #include <boost/chrono/config.hpp>
 #include <boost/chrono/stopwatches/stopwatch_scoped.hpp>
-#include <boost/chrono/stopwatches/memories/no_memory.hpp>
+#include <boost/chrono/stopwatches/collectors/no_memory.hpp>
 #include <boost/chrono/system_clocks.hpp>
 #include <boost/system/error_code.hpp>
 

Modified: trunk/boost/chrono/stopwatches/suspendable_stopwatch.hpp
==============================================================================
--- trunk/boost/chrono/stopwatches/suspendable_stopwatch.hpp (original)
+++ trunk/boost/chrono/stopwatches/suspendable_stopwatch.hpp 2011-10-01 17:03:32 EDT (Sat, 01 Oct 2011)
@@ -11,7 +11,7 @@
 
 #include <boost/chrono/config.hpp>
 #include <boost/chrono/stopwatches/stopwatch_scoped.hpp>
-#include <boost/chrono/stopwatches/memories/no_memory.hpp>
+#include <boost/chrono/stopwatches/collectors/no_memory.hpp>
 #include <boost/system/error_code.hpp>
 #include <boost/chrono/system_clocks.hpp>
 


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