Boost logo

Boost :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2004-06-10 07:54:58


Seems like Visual Age is having trouble deducing some
implicit template parms inside tuples::get(). This is currently breaking

Boost.MultiIndex and a test of Boost.Iterator.

Please find below a very simple and totally conformant fix. This has not

actually been tested with vacpp, but I checked it does not break
anything
with some other compilers.

1. Could anybody check locally if this solves the aforementioned
problems in
vacpp?
2. If 1 is positive, can I commit this to the CVS? Anyone sees a
problem?

Thank you,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo

**************DIFF**************
201c201,203
< >::non_const_type>(c);

---
>            >::non_const_type,
>            HT,TT
>          >(c);
216c218,220
<          >::const_type>(c);
---
>            >::const_type,
>            HT,TT
>          >(c);

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk