|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63069 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-17 18:16:10
Author: bbartman
Date: 2010-06-17 18:16:10 EDT (Thu, 17 Jun 2010)
New Revision: 63069
URL: http://svn.boost.org/trac/boost/changeset/63069
Log:
Cleaning some of my code.
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 3 +--
1 files changed, 1 insertions(+), 2 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-17 18:16:10 EDT (Thu, 17 Jun 2010)
@@ -172,7 +172,7 @@
* this allows for implicit conversion to the return_type.
*/
operator return_type() const {
- return static_cast< return_type >( _ref.get() );
+ return _ref.get();
}
private:
@@ -252,7 +252,6 @@
>::type type;
};
-
/** Get function interfaces.
* These provide access into the tuple via "reference".
* If an invalid index or name is provided then then the user will cause
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