Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57112 - sandbox/bitfield/boost
From: vicente.botet_at_[hidden]
Date: 2009-10-23 14:16:17


Author: viboes
Date: 2009-10-23 14:16:17 EDT (Fri, 23 Oct 2009)
New Revision: 57112
URL: http://svn.boost.org/trac/boost/changeset/57112

Log:
TBoost.Bitfield: Add boost/bitfield.hpp file
Added:
   sandbox/bitfield/boost/bitfield.hpp (contents, props changed)

Added: sandbox/bitfield/boost/bitfield.hpp
==============================================================================
--- (empty file)
+++ sandbox/bitfield/boost/bitfield.hpp 2009-10-23 14:16:17 EDT (Fri, 23 Oct 2009)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 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_BITFIELD__HPP
+#define BOOST_BITFIELD__HPP
+
+#include <boost/bitfield/bitfield.hpp>
+#include <boost/bitfield/bitfield_dcl.hpp>
+//#include <boost/bitfield/endian_bitfield_value_type.hpp>
+//#include <boost/bitfield/bitfield_group.hpp>
+//#include <boost/bitfield/pointer_plus_bits.hpp>
+#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