Author: sebor
Date: Wed Dec 6 16:20:35 2006
New Revision: 483305
URL: http://svn.apache.org/viewvc?view=rev&rev=483305
Log:
2006-12-06 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-306
* valarray (gslice_array::operator=): Removed private declaration.
Modified:
incubator/stdcxx/trunk/include/valarray
Modified: incubator/stdcxx/trunk/include/valarray
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/valarray?view=diff&rev=483305&r1=483304&r2=483305
==============================================================================
--- incubator/stdcxx/trunk/include/valarray (original)
+++ incubator/stdcxx/trunk/include/valarray Wed Dec 6 16:20:35 2006
@@ -7,16 +7,23 @@
*
***************************************************************************
*
- * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the
- * License. You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0. Unless required by
- * applicable law or agreed to in writing, software distributed under
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
- * CONDITIONS OF ANY KIND, either express or implied. See the License
- * for the specific language governing permissions and limitations under
- * the License.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1994-2006 Rogue Wave Software.
*
**************************************************************************/
@@ -1465,8 +1472,6 @@
_C_slice (__s)
{ }
-
-
_RW::__rw_array<value_type>* get_ref_mem_array () const {
return _C_array;
}
@@ -1491,7 +1496,6 @@
private:
gslice_array ();
- gslice_array<value_type>& operator= (const gslice_array<value_type>&);
_RW::__rw_array<value_type>* _C_array;
gslice _C_slice;