Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59973 - sandbox/statistics/detail/assign/libs/assign/example
From: erwann.rogard_at_[hidden]
Date: 2010-02-27 21:15:28


Author: e_r
Date: 2010-02-27 21:15:28 EST (Sat, 27 Feb 2010)
New Revision: 59973
URL: http://svn.boost.org/trac/boost/changeset/59973

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp | 8 ++++----
   sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.h | 8 ++++----
   2 files changed, 8 insertions(+), 8 deletions(-)

Modified: sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp (original)
+++ sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.cpp 2010-02-27 21:15:28 EST (Sat, 27 Feb 2010)
@@ -1,5 +1,5 @@
 //////////////////////////////////////////////////////////////////////////////
-// example::cref_list_of.cpp //
+// example::ref_list_of.cpp //
 // //
 // (C) Copyright 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
@@ -13,11 +13,11 @@
 #include <boost/assign/auto_size/ref_rebind_list_of.hpp>
 #include <boost/assign/auto_size/ref_list_of.hpp>
 #include <boost/assign/list_of.hpp>
-#include <libs/assign/example/cref_list_of2.h>
+#include <libs/assign/example/ref_list_of.h>
 
-void example_cref_list_of(std::ostream& os)
+void example_ref_list_of(std::ostream& os)
 {
- os << "-> example_cref_listof2 : ";
+ os << "-> example_ref_listof : ";
         using namespace boost::assign;
     
           typedef std::vector<int> ints_;

Modified: sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.h
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.h (original)
+++ sandbox/statistics/detail/assign/libs/assign/example/ref_list_of.h 2010-02-27 21:15:28 EST (Sat, 27 Feb 2010)
@@ -1,16 +1,16 @@
 //////////////////////////////////////////////////////////////////////////////
-// example::cref_list_of.h //
+// example::ref_list_of.h //
 // //
 // (C) Copyright 2010 Erwann Rogard //
 // Use, modification and distribution are subject to the //
 // Boost Software License, Version 1.0. (See accompanying file //
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef LIBS_ASSIGN_EXAMPLE_CREF_LIST_OF2_ER_2010_HPP
-#define LIBS_ASSIGN_EXAMPLE_CREF_LIST_OF2_ER_2010_HPP
+#ifndef LIBS_ASSIGN_EXAMPLE_REF_LIST_OF_ER_2010_HPP
+#define LIBS_ASSIGN_EXAMPLE_REF_LIST_OF_ER_2010_HPP
 #include <ostream>
 
 
-void example_cref_list_of(std::ostream&);
+void example_ref_list_of(std::ostream&);
 
 #endif
\ No newline at end of file


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