Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62312 - sandbox/SOC/2010/bit_masks/lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-05-30 11:17:57


Author: bbartman
Date: 2010-05-30 11:17:57 EDT (Sun, 30 May 2010)
New Revision: 62312
URL: http://svn.boost.org/trac/boost/changeset/62312

Log:
adding bit mask group testing file
Added:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bit_mask_group_test.cpp (contents, props changed)

Added: sandbox/SOC/2010/bit_masks/lib/integer/test/bit_mask_group_test.cpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bit_mask_group_test.cpp 2010-05-30 11:17:57 EDT (Sun, 30 May 2010)
@@ -0,0 +1,14 @@
+// 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)
+
+#include <boost/integer/bit_mask_group.hpp>
+#include "test_type_list.hpp"
+
+
+
+int main() {
+
+ return 0;
+}


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