|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61771 - in sandbox/SOC/2010/bit_masks: . boost/integer lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-05-04 13:48:31
Author: bbartman
Date: 2010-05-04 13:48:30 EDT (Tue, 04 May 2010)
New Revision: 61771
URL: http://svn.boost.org/trac/boost/changeset/61771
Log:
working on building my code
Text files modified:
sandbox/SOC/2010/bit_masks/Jamfile.v2 | 2 +-
sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp | 14 ++++++++++++++
sandbox/SOC/2010/bit_masks/lib/integer/test/mask_check.cpp | 1 +
sandbox/SOC/2010/bit_masks/project-root.jam | 2 +-
4 files changed, 17 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/Jamfile.v2 2010-05-04 13:48:30 EDT (Tue, 04 May 2010)
@@ -2,7 +2,7 @@
# 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)
-project example
+project bit_mask
: requirements
<include>.
<include>$(boost-root)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp 2010-05-04 13:48:30 EDT (Tue, 04 May 2010)
@@ -0,0 +1,14 @@
+// Boost integer/bit_mask.hpp header file
+
+// (C) Copyright Brian Bartman 2010.
+// 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 for updates, documentation, and revision history.
+#ifndef BOOST_INTEGER_BIT_MASK_HPP
+#define BOOST_INTEGER_BIT_MASK_HPP
+
+#include <boost/mpl/at.hpp>
+
+#endif
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/mask_check.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/mask_check.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/mask_check.cpp 2010-05-04 13:48:30 EDT (Tue, 04 May 2010)
@@ -1,4 +1,5 @@
+#include <boost/integer/bit_mask.hpp>
int main() {
return 0;
Modified: sandbox/SOC/2010/bit_masks/project-root.jam
==============================================================================
--- sandbox/SOC/2010/bit_masks/project-root.jam (original)
+++ sandbox/SOC/2010/bit_masks/project-root.jam 2010-05-04 13:48:30 EDT (Tue, 04 May 2010)
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2006 Brian Bartman
+# Copyright (c) 2010 Brian Bartman
#
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
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