Update of /cvsroot/boost/boost/boost/numeric/ublas
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7088
Modified Files:
Tag: RC_1_34_0
vector_expression.hpp
Log Message:
manual merge from trunk: fixed typos reported in http://bugs.debian.org/378016
(there seems to be no mention of the erroneous names in the docs); NOTE(!):
license reference text to be fixed; guard macro name beginning with underscore
Index: vector_expression.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/vector_expression.hpp,v
retrieving revision 1.68
retrieving revision 1.68.2.1
diff -u -d -r1.68 -r1.68.2.1
--- vector_expression.hpp 6 Nov 2005 14:57:13 -0000 1.68
+++ vector_expression.hpp 20 Jul 2006 13:41:13 -0000 1.68.2.1
@@ -43,14 +43,14 @@
typedef typename boost::mpl::if_<boost::is_const<E>,
typename E::const_reference,
typename E::reference>::type
reference;
- typedef E refered_type;
+ typedef E referred_type;
typedef const self_type const_closure_type;
typedef self_type closure_type;
typedef typename E::storage_category storage_category;
// Construction and destruction
BOOST_UBLAS_INLINE
- explicit vector_reference (refered_type &e):
+ explicit vector_reference (referred_type &e):
e_ (e) {}
// Accessors
@@ -62,11 +62,11 @@
public:
// Expression accessors - const correct
BOOST_UBLAS_INLINE
- const refered_type &expression () const {
+ const referred_type &expression () const {
return e_;
}
BOOST_UBLAS_INLINE
- refered_type &expression () {
+ referred_type &expression () {
return e_;
}
@@ -227,7 +227,7 @@
}
private:
- refered_type &e_;
+ referred_type &e_;
};
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs