$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62870 - in sandbox/SOC/2010/bit_masks/boost: bitfield integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-12 14:01:54
Author: bbartman
Date: 2010-06-12 14:01:54 EDT (Sat, 12 Jun 2010)
New Revision: 62870
URL: http://svn.boost.org/trac/boost/changeset/62870
Log:
adding bitfield folder for vicentes work
Added:
sandbox/SOC/2010/bit_masks/boost/bitfield/
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-12 14:01:54 EDT (Sat, 12 Jun 2010)
@@ -7,6 +7,7 @@
#ifndef BOOST_BITFIELD_TUPLE_HPP
#define BOOST_BITFIELD_TUPLE_HPP
#include <boost/integer/details/bitfield_tuple_impl.hpp>
+#include <boost/bitfield.hpp>
namespace boost {