[Kde-bindings] [Bug 105277] compile error in kdebindings when templates expressions have ">>"

Richard Dale Richard_Dale at tipitina.demon.co.uk
Mon May 9 08:45:19 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=105277         




------- Additional Comments From Richard_Dale tipitina demon co uk  2005-05-09 10:45 -------
SVN commit 411417 by rdale:

* Fixes bug reported by Michael Payne where the code for a nested
  template return type was being generated incorrectly. The type
  'QValueList<QPair<QString, QChar> >' must have a space between
  the closing angle brackets.

CCBUGS: 105277



 M  +1 -0      trunk/KDE/kdebindings/kalyptus/kalyptusDataDict.pm  


--- trunk/KDE/kdebindings/kalyptus/kalyptusDataDict.pm #411416:411417
 @ -2950,6 +2950,7  @
             }
             # normalize
 	    $argType = $before."<".join( ", ",  args) ">" $after;
+		$argType =~ s/>>/> >/g;  # Nested template types must have a space
         }
 
 	# Parse 'const' in front of it, and '*' or '&' after it



More information about the Kde-bindings mailing list