• Aleksey Midenkov's avatar
    MDEV-28576 Ability to manipulate List<const char *> · 4eb8c35b
    Aleksey Midenkov authored
    For "const char *" replace() and after() accepted const as "T *" and
    passed forward "void *". This cannot be cast implicitly, so we better
    use "const void *" instead of "void *" in the input interface. This
    way we avoid problems with using List for any const type.
    4eb8c35b
sql_list.h 20.2 KB