$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63667 - in sandbox/SOC/2010/bit_masks: boost/integer lib/integer/test/ppb_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-05 13:04:09
Author: bbartman
Date: 2010-07-05 13:04:08 EDT (Mon, 05 Jul 2010)
New Revision: 63667
URL: http://svn.boost.org/trac/boost/changeset/63667
Log:
setting up testing enviornmet for pointer_plus_bits
Added:
sandbox/SOC/2010/bit_masks/boost/integer/pointer_plus_bits.hpp (contents, props changed)
sandbox/SOC/2010/bit_masks/lib/integer/test/ppb_testing/
Added: sandbox/SOC/2010/bit_masks/boost/integer/pointer_plus_bits.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/boost/integer/pointer_plus_bits.hpp 2010-07-05 13:04:08 EDT (Mon, 05 Jul 2010)
@@ -0,0 +1,11 @@
+// Copyright 2010 Brian Bartman.
+// 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)
+
+
+namespace boost {
+
+template <typename T, typename Alignment>
+struct pointer_plus_bits;
+}