[C++-sig] boost, const and problems
Ralf W. Grosse-Kunstleve
rwgk at yahoo.com
Sat Sep 10 07:22:50 CEST 2005
> 2005/9/9, anewtroll <anewtroll at free.fr>:
> >
> > Hi !
> > As a newbie to boost.python, I would like to know why the "const"
> > argument (i.e. void function(const float t){ ... }) causes an error when
> > using the bjam (VC++6)
IIRC, this is a general VC6 bug; "const float" or similar doesn't work with
that compiler.
Ralf
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Cplusplus-sig
mailing list