Re: [Boost-bugs] [Boost C++ Libraries] #795: [ublas] vector::back()

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #795: [ublas] vector::back()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-09 01:29:55


#795: [ublas] vector::back()
-------------------------------+--------------------------------------------
  Reporter: slyilmaz | Owner: nobody
      Type: Feature Requests | Status: assigned
 Milestone: | Component: uBLAS
   Version: None | Severity: Optimization
Resolution: None | Keywords:
-------------------------------+--------------------------------------------
Changes (by dave):

  * component: None => uBLAS
  * severity: => Optimization

Old description:

> {{{
> It would be nice to have this useful, nice little member...
>
> T& back() {
> return *rbegin();
> }
>
> and
>
> const T& back() const {
> return *rbegin();
> }
>
> }}}

New description:

 {{{
 It would be nice to have this useful, nice little member...

 T& back() {
  return *rbegin();
 }

 and

 const T& back() const {
  return *rbegin();
 }

 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/795#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC