From reading the code it should make no difference. @Pierre: Do you think it is ok if I change the relevant line to this: (*bbIndex)[resourceIndex].ToVariant( bb );
from:
bbIndex->at(resourceIndex).ToVariant( bb );
So that PoDoFoImpose will compile again on Visual Studio?
Regards,
Dom
Am Sonntag 21 Februar 2010 schrieb me22:
> On 20 February 2010 19:47, Harald Weinhandl <[email protected]> wrote:
> > VC9 has vector::at not map::at
> >
> > Apart form moving away for MS VC9 any other ideas?
>
> You can probably change it to
>
> (*bbIndex)[resourceIndex].ToVariant( bb );
>
> which has the same semantics so long as resourceIndex is in the map,
> and it isn't UB if it's not, though it may or may not work depending
> on whether the exception is needed.
>
> ---------------------------------------------------------------------------
> --- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Podofo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/podofo-users
>
--
**********************************************************************
Dominik Seichter - [email protected]
KRename - http://www.krename.net - Powerful batch renamer for KDE
KBarcode - http://www.kbarcode.net - Barcode and label printing
PoDoFo - http://podofo.sf.net - PDF generation and parsing library
SchafKopf - http://schafkopf.berlios.de - Schafkopf, a card game, for KDE
Alan - http://alan.sf.net - A Turing Machine in Java
**********************************************************************
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
