On Wed, 2012-05-02 at 12:24 +0100, Caolán McNamara wrote:
> Seeing as its the last DECLARE_LIST left in core it looks like a great
> candidate to convert it to vector/list and allow removal of DECLARE_LIST
> into binfilter.
This got done now. After a few cockups that mstahl and fridrich sorted
ou
On Wed, May 02, 2012 at 04:43:59PM +0200, Julien Nabet wrote:
> On 02/05/2012 13:24, Caolán McNamara wrote:
> >Seeing as its the last DECLARE_LIST left in core it looks like a great
> >candidate to convert it to vector/list and allow removal of DECLARE_LIST
> >into binfilter. Watch out though, ther
On 02/05/2012 13:24, Caolán McNamara wrote:
On Wed, 2012-05-02 at 04:08 -0700, julien2412 wrote:
Hello,
Searching for "DECLARE_LIST" in Opengrok in core part gives, except the
declaration in list.hxx, this :
in svl/inc/svl/svdde.hxx
57 #ifndef _SVDDE_NOLISTS
58 DECLARE_LIST( DdeServ
On Wed, 2012-05-02 at 04:08 -0700, julien2412 wrote:
> Hello,
>
> Searching for "DECLARE_LIST" in Opengrok in core part gives, except the
> declaration in list.hxx, this :
> in svl/inc/svl/svdde.hxx
> 57 #ifndef _SVDDE_NOLISTS
> 58 DECLARE_LIST( DdeServices, DdeService* )
> 59 #else
Hello,
Searching for "DECLARE_LIST" in Opengrok in core part gives, except the
declaration in list.hxx, this :
in svl/inc/svl/svdde.hxx
57 #ifndef _SVDDE_NOLISTS
58 DECLARE_LIST( DdeServices, DdeService* )
59 #else
60 typedef List DdeServices;
61 #endif
I searched about _