Re: [perl #42662] [PATCH] De-const variable for C++

2007-04-22 Thread chromatic
On Sunday 22 April 2007 08:44, Steve Peters wrote: > The const char * f below causes failures when compiled with C++. The > patch below switches it to a plain char *. Thanks, applied as r18297. -- c

[perl #42662] [PATCH] De-const variable for C++

2007-04-22 Thread Steve Peters
# New Ticket Created by "Steve Peters" # Please include the string: [perl #42662] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42662 > The const char * f below causes failures when compiled with C++. The patch below swit