Topic: n3126: 26.6.2.4 valarray subset operations [valarray.sub]
Author: Steve Ward <planet36@gmail.com>
Date: Tue, 11 Jan 2011 11:40:22 CST Raw View
On Sunday, September 19, 2010 6:59:28 PM UTC-4, Steve Ward wrote:
> n3126: 26.6.2.4 valarray subset operations [valarray.sub]
>
> page 954
>
> This
> "slice_array<T> operator[](slice);"
> should be
> "slice_array<T> operator[](slice slicearr);"
>
> page 955
>
> This
> "gslice_array<T> operator[](const gslice& gslice_array);"
> should be
> "gslice_array<T> operator[](const gslice& gslicearr);"
>
> --
> [ comp.std.c++ is moderated. To submit articles, try just posting with ]
> [ your news-reader. If that fails, use mailto:std...@netlab.cs.rpi.edu]
> [ --- Please see the FAQ before posting. --- ]
> [ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
n3225.pdf
26.6.2.4 valarray subset operations [valarray.sub]
pages 976, 977
--
[ comp.std.c++ is moderated. To submit articles, try posting with your ]
[ newsreader. If that fails, use mailto:std-cpp-submit@vandevoorde.com ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: Steve Ward <planet36@gmail.com>
Date: Sun, 19 Sep 2010 16:59:28 CST Raw View
n3126: 26.6.2.4 valarray subset operations [valarray.sub]
page 954
This
"slice_array<T> operator[](slice);"
should be
"slice_array<T> operator[](slice slicearr);"
page 955
This
"gslice_array<T> operator[](const gslice& gslice_array);"
should be
"gslice_array<T> operator[](const gslice& gslicearr);"
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]