libstdc++/7352: typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR)

brendan@zen.org brendan@zen.org
Thu Jul 18 15:16:00 GMT 2002


>Number:         7352
>Category:       libstdc++
>Synopsis:       typo in bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 18 12:46:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     brendan@zen.org
>Release:        development tree
>Organization:
>Environment:

>Description:
The attached change is necessary to successfully compile code that ends up bringing in slice_array.h.  Without it the macro substitution in _DEFINE_VALARRAY_OPERATOR causes the invalid name '_Array_augmented__Name' to be attempted.

2002-07-18  Brendan Kehoe  <brendan@zen.org>

	* bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
	_Nname to _Name.
>How-To-Repeat:

>Fix:
Change _Nname to _Name.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the Gcc-bugs mailing list