Re: [Boost-bugs] [Boost C++ Libraries] #4280: Cannot get array type from boost::array

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4280: Cannot get array type from boost::array
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-02 08:53:58


#4280: Cannot get array type from boost::array
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: no-maintainer
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: array
  Version: Boost 1.44.0 | Severity: Optimization
 Keywords: |
--------------------------+-------------------------------------------------

Comment(by anonymous):

 Sorry for missing code formatting.

 {{{
 #!cpp

 array<T, N>
 {
     typedef T array_type[N];

     array_type& as_array() { return elems; }
     array_type const& as_array() const { return elems; }
 }

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4280#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:50:03 UTC