This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

V3 PATCH: Make indirect_array<T>::operator= accessible



This patchlet corrects the accessiblity defect in the indirect_array<>
specification.  Only reformating makes the patch large.

Bootstrapped and tested n i686-pc-linux.

It remains to address gslice_array<> and mask_array<>.

-- Gaby
CodeSourcery, LLC            http://www.codesourcery.com
     http://www.codesourcery.com/gcc-compile.shtml

2001-06-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

	* include/bits/indirect_array.h (indirect_array<>::operator=):
	Make copy and assignment operator public.  Implement.  Reformat.

	* include/bits/valarray_array.h (__valarray_copy): Add overloads
	for copy between index arrays.  Reformat.


v.diff.gz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]