Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62868 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-12 13:57:26


Author: bbartman
Date: 2010-06-12 13:57:24 EDT (Sat, 12 Jun 2010)
New Revision: 62868
URL: http://svn.boost.org/trac/boost/changeset/62868

Log:
removing one of the headers I don't need
Removed:
   sandbox/SOC/2010/bit_masks/boost/integer/endian_bitfield_value_type.hpp.hpp

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/endian_bitfield_value_type.hpp.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/endian_bitfield_value_type.hpp.hpp 2010-06-12 13:57:24 EDT (Sat, 12 Jun 2010)
+++ (empty file)
@@ -1,29 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//
-// (C) Copyright Emile Cormier 2006.
-// (C) Copyright Vicente J. Botet Escriba 2008-2009.
-// Distributed under 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)
-//
-// See http://www.boost.org/libs/integer for documentation.
-//
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef BOOST_INTEGER_BITFIELD__HPP
-#define BOOST_INTEGER_BITFIELD__HPP
-
-#include <cstddef>
-#include <boost/integer/endian.hpp>
-#include <boost/bitfield.hpp>
-
-namespace boost { namespace integer {
-
- template <endianness E, typename T, std::size_t n_bits, alignment A>
- struct bitfield_value_type<endian<E,T,n_bits,A> > {
- typedef typename endian<E,T,n_bits,A>::value_type type;
- };
-
-}}
-#endif
-


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