$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76614 - sandbox/closure/boost/local_function
From: lorcaminiti_at_[hidden]
Date: 2012-01-21 13:18:27
Author: lcaminiti
Date: 2012-01-21 13:18:26 EST (Sat, 21 Jan 2012)
New Revision: 76614
URL: http://svn.boost.org/trac/boost/changeset/76614
Log:
Renaming to LocalFunction.
Added:
   sandbox/closure/boost/local_function/
      - copied from r76567, /sandbox/closure/boost/closure/
Text files modified: 
   sandbox/closure/boost/local_function/config.hpp |    12 ++++++------                            
   1 files changed, 6 insertions(+), 6 deletions(-)
Modified: sandbox/closure/boost/local_function/config.hpp
==============================================================================
--- /sandbox/closure/boost/closure/config.hpp	(original)
+++ sandbox/closure/boost/local_function/config.hpp	2012-01-21 13:18:26 EST (Sat, 21 Jan 2012)
@@ -9,8 +9,8 @@
  *  at compile-time.
  */
 
-#ifndef BOOST_CLOSURE_CONFIG_HPP_
-#define BOOST_CLOSURE_CONFIG_HPP_
+#ifndef BOOST_LOCAL_FUNCTION_CONFIG_HPP_
+#define BOOST_LOCAL_FUNCTION_CONFIG_HPP_
 
 // User defined.
 
@@ -31,12 +31,12 @@
  * @See @RefSect{Tutorial} section, @RefSect2{Getting_Started, Getting Started}
  *  section.
  */
-#ifndef BOOST_CLOSURE_CONFIG_FUNCTION_ARITY_MAX
-#   define BOOST_CLOSURE_CONFIG_FUNCTION_ARITY_MAX 5
+#ifndef BOOST_LOCAL_FUNCTION_CONFIG_FUNCTION_ARITY_MAX
+#   define BOOST_LOCAL_FUNCTION_CONFIG_FUNCTION_ARITY_MAX 5
 #endif
 
-#ifndef BOOST_CLOSURE_CONFIG_BIND_MAX
-#   define BOOST_CLOSURE_CONFIG_BIND_MAX 10
+#ifndef BOOST_LOCAL_FUNCTION_CONFIG_BIND_MAX
+#   define BOOST_LOCAL_FUNCTION_CONFIG_BIND_MAX 10
 #endif
 
 #endif // #include guard