This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/12365


Hi,

provided by Carlo, committed.

Paolo.

////////////
2003-09-22  Carlo Wood  <carlo@alinoe.com>

	PR libstdc++/12365
	* include/bits/demangle.h (qualifier(int, cv_qualifier_nt,
	char const*, int, int)): Remove unused identifier
	cv_qualifier for overloaded constructor.
diff -urN libstdc++-v3-orig/include/bits/demangle.h libstdc++-v3/include/bits/demangle.h
--- libstdc++-v3-orig/include/bits/demangle.h	2003-08-07 21:54:06.000000000 +0200
+++ libstdc++-v3/include/bits/demangle.h	2003-09-22 14:59:12.000000000 +0200
@@ -148,7 +148,7 @@
 	{ }
 
 	qualifier(int start_pos,
-	          cv_qualifier_nt cv_qualifier,
+	          cv_qualifier_nt,
 		  char const* start,
 		  int count,
 		  int inside_substitution)

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