Ticket #646 (new bug) — at Initial Version

Opened 13 years ago

Last modified 10 years ago

const STRING problems

Reported by: NotFound Owned by:
Priority: normal Milestone:
Component: none Version: 1.1.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

The struct multi_func_list in multidispatch.h has several const STRING * members. His content is passed is several points to string functions that takes non-const arguments, giving warnings in C and errors in C++

I fixed that in (to be edited when commited) but a better solution will be to make that functions take a const argument, and that implies doing the same with the related charset/encoding functions.

Note: See TracTickets for help on using tickets.