$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63387 - sandbox/SOC/2010/bit_masks/boost/integer/details/bft
From: bbartmanboost_at_[hidden]
Date: 2010-06-27 10:46:55
Author: bbartman
Date: 2010-06-27 10:46:53 EDT (Sun, 27 Jun 2010)
New Revision: 63387
URL: http://svn.boost.org/trac/boost/changeset/63387
Log:
fixed include guard problem
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp	(original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/make_bitfield_tuple.hpp	2010-06-27 10:46:53 EDT (Sun, 27 Jun 2010)
@@ -4,8 +4,8 @@
 //  http://www.boost.org/LICENSE_1_0.txt)
 
 
-#ifndef BOOST_MEMBER_FIELD_HPP
-#define BOOST_MEMBER_FIELD_HPP
+#ifndef BOOST_BFT_MAKE_BFT_HPP
+#define BOOST_BFT_MAKE_BFT_HPP
 #include <cstddef>
 
 
@@ -22,7 +22,7 @@
  *  Compile time initilization of a bitfield tuple. This creates a bitfield
  *  with an initial value of that is specified on compile time.
  */
-template <
+
 
 } // end boost