|
|
|
|||||
|
FYI, this patch required a small tweak for me to get it to apply properly:
The first hunk had a newline in it that wasn't in the original source for me. I used this hunk instead: *** 857,862 **** --- 857,866 ---- StringList md; md.push_back("cpp:array"); string tmpParam = "___"; + // + // Catch some case in which it is not possible to just prepend + // underscores to param to use as temporary variable. + // if(fixedParam.find("(*") == 0) { tmpParam += fixedParam.substr(2, fixedParam.length() - 3);
__________________
Caleb Tennis Analytical Engineering, Inc. http://www.aei-tech.com Project: Our facility infrastructure heavily utilizes Ice Gentoo ebuild maintainer for Ice, IceRuby, etc. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My first Python code fails with dictionaries | Anhur | Help Center | 2 | 10-02-2006 09:03 AM |
| UnmarshalOutOfBoundsException when sending byte sequences | csammis | Help Center | 3 | 08-03-2005 03:37 PM |
| java dictionaries | xdm | Help Center | 1 | 03-03-2005 09:03 PM |
| desing question about dictionaries | xdm | Help Center | 0 | 11-23-2004 12:03 PM |
| Chars to Ice::Byte | catalin | Help Center | 6 | 12-14-2003 09:03 AM |