Re: [Boost-bugs] [Boost C++ Libraries] #6160: support for (istream >> array < char >)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6160: support for (istream >> array < char >)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-22 10:05:14


#6160: support for (istream >> array < char >)
------------------------------------+---------------------------------------
  Reporter: giecrilj@… | Owner: marshall
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: array
   Version: Boost 1.44.0 | Severity: Cosmetic
Resolution: | Keywords:
------------------------------------+---------------------------------------

Comment (by cornedbee):

> the standard library provides the syntax (istream >> char []) and
 (ostream << char const [])

 No, it provides istream >> char* and ostream << char const*. As such, you
 can quite easily use the c_array() and data() members to get pointers to
 the data: istream >> ar.c_array() and ostream << ar.data().

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