Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63357 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_fail
From: bbartmanboost_at_[hidden]
Date: 2010-06-26 12:22:22


Author: bbartman
Date: 2010-06-26 12:22:21 EDT (Sat, 26 Jun 2010)
New Revision: 63357
URL: http://svn.boost.org/trac/boost/changeset/63357

Log:
removing test for old precondition
Removed:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_fail/bft_no_storage_type.cpp

Deleted: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_fail/bft_no_storage_type.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/compile_fail/bft_no_storage_type.cpp 2010-06-26 12:22:21 EDT (Sat, 26 Jun 2010)
+++ (empty file)
@@ -1,19 +0,0 @@
-// 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/bitfield_tuple.hpp>
-
-using namespace boost;
-struct red;
-// Fails because no storage is specified.
-typedef bitfield_tuple< member<int,red,3> > bft;
-
-
-int main() {
- bft(); // don't for get in order make sure that the template works you
- // either need to construct it or ask for a type in it!
- 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