This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 2/2] C++-ify break-catch-throw


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> That requires a const_cast in re_search, though.  I've done that,
Pedro> assuming that's just a const-correctness issue with the C API,
Pedro> and that the buffer is not truly mutable at search time.

Now I am not sure, given libiberty/regex.c:re_compile_fastmap.

Pedro> WDYT?

Looks great.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]