$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63232 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-22 10:32:46
Author: bbartman
Date: 2010-06-22 10:32:45 EDT (Tue, 22 Jun 2010)
New Revision: 63232
URL: http://svn.boost.org/trac/boost/changeset/63232
Log:
removing unnecessary functions from bitfield mask
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-22 10:32:45 EDT (Tue, 22 Jun 2010)
@@ -510,15 +510,6 @@
}
- private:
- storage_type const& get_storage() const {
- return _data;
- }
-
- storage_type& get_storage() {
- return _data;
- }
- public:
/** Internal storage accessors
* Returns a reference of the internally stored type. This provides the