$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62872 - sandbox/SOC/2010/bit_masks/boost/bitfield
From: bbartmanboost_at_[hidden]
Date: 2010-06-12 14:09:33
Author: bbartman
Date: 2010-06-12 14:09:32 EDT (Sat, 12 Jun 2010)
New Revision: 62872
URL: http://svn.boost.org/trac/boost/changeset/62872
Log:
working on integrating vicentes code with my own, this will make thing much much easier for myself
Text files modified: 
   sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield.hpp     |     2 +-                                      
   sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield_dcl.hpp |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield.hpp	(original)
+++ sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield.hpp	2010-06-12 14:09:32 EDT (Sat, 12 Jun 2010)
@@ -15,8 +15,8 @@
 
 #include <cstddef>
 #include <boost/static_assert.hpp>
-//#include <boost/ref.hpp>
 
+#include <cassert>
 #include <limits>
 #include <netinet/in.h>
 
Modified: sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield_dcl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield_dcl.hpp	(original)
+++ sandbox/SOC/2010/bit_masks/boost/bitfield/bitfield_dcl.hpp	2010-06-12 14:09:32 EDT (Sat, 12 Jun 2010)
@@ -12,7 +12,7 @@
 #ifndef BOOST_INTEGER_BITFIELD_DCL__HPP
 #define BOOST_INTEGER_BITFIELD_DCL__HPP
 
-#include <boost/integer/bitfield.hpp>
+#include <boost/bitfield/bitfield.hpp>
 
 #define BOOST_BITFIELD_DCL(STORAGE_TYPE, STORAGE_VAR, VALUE_TYPE, FIELD, F, L) \
    typedef boost::integer::bitfield_traits<STORAGE_TYPE,F,L,VALUE_TYPE>   FIELD##_type; \