Obsoleting RTL_CONSTASCII_USTRINGPARAM
Stephan Bergmann
sbergman at redhat.com
Fri Feb 10 04:03:56 PST 2012
On 02/10/2012 12:18 PM, Lubos Lunak wrote:
> This is sal/, so the library needs to maintain binary compatibility, does it
> not? That requires adding the OUString overload rather than fixing the
> exiting function. I don't know if the const char* overload really needs the
> non-const variant as well, but it's a tiny inline function, so I added it for
> the symmetry, just in case.
But these are inline functions, so no (sane) client code should be able
to tell the difference if you sneak in the "const." In which case I
would just do it and be done with it.
Stephan
More information about the LibreOffice
mailing list