Refactoring macros to template classes

David Tardon dtardon at redhat.com
Tue Jul 17 02:04:28 PDT 2012


Hi,

On Tue, Jul 17, 2012 at 11:29:08AM +0300, Jesso Murugan wrote:
> Hi,
> 
> I've been looking at many macros, (like the ones in
> http://docs.libreoffice.org/svl/html/svarray_8hxx.html)
> which are used to generate classes.
> 
> Can I write the classes generated by these macros explicitly, so that we
> can later refactor them into
> template classes/STL containers depending on their usage? Will this change
> be useful in the end?

No, these macros are obsolete and we are (slowly) replacing them with
std containers, see https://bugs.freedesktop.org/show_bug.cgi?id=38831
and https://bugs.freedesktop.org/show_bug.cgi?id=38832 . You can help
with that, though.

D.


More information about the LibreOffice mailing list