$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62908 - sandbox/statistics/support/libs/assign/example
From: erwann.rogard_at_[hidden]
Date: 2010-06-13 10:41:19
Author: e_r
Date: 2010-06-13 10:41:18 EDT (Sun, 13 Jun 2010)
New Revision: 62908
URL: http://svn.boost.org/trac/boost/changeset/62908
Log:
m
Text files modified: 
   sandbox/statistics/support/libs/assign/example/range.cpp |     2 +-                                      
   sandbox/statistics/support/libs/assign/example/range.h   |     6 +++---                                  
   2 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/statistics/support/libs/assign/example/range.cpp
==============================================================================
--- sandbox/statistics/support/libs/assign/example/range.cpp	(original)
+++ sandbox/statistics/support/libs/assign/example/range.cpp	2010-06-13 10:41:18 EDT (Sun, 13 Jun 2010)
@@ -1,5 +1,5 @@
 //////////////////////////////////////////////////////////////////////////////
-// test::chain.cpp                                                          //
+// range.cpp                                                                //
 //                                                                          //
 //////////////////////////////////////////////////////////////////////////////
 #include <ostream>
Modified: sandbox/statistics/support/libs/assign/example/range.h
==============================================================================
--- sandbox/statistics/support/libs/assign/example/range.h	(original)
+++ sandbox/statistics/support/libs/assign/example/range.h	2010-06-13 10:41:18 EDT (Sun, 13 Jun 2010)
@@ -1,9 +1,9 @@
 //////////////////////////////////////////////////////////////////////////////
-// test::range.h                                                            //
+// :range.h                                                                 //
 //                                                                          //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef LIBS_ASSIGN_TEST_RANGE_ER_2010_H
-#define LIBS_ASSIGN_TEST_RANGE_ER_2010_H
+#ifndef LIBS_ASSIGN_EXAMPLE_RANGE_ER_2010_H
+#define LIBS_ASSIGN_EXAMPLE_RANGE_ER_2010_H
 #include <ostream>
 
 void example_range(std::ostream&);