Boost logo

Boost :

From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2004-01-10 19:37:51


[Jeff Garland]
> Sorry to be unresponsive, but I've just returned from
> vacation and I am just catching up with my email.

That's fine.

> I should be able to fix these in the next day or so.

Okay.

With Boost CVS 20040109, the specific shadow warning that I had noticed is
now gone. Yay!

However, from reading int_adapter.hpp there may be other shadow warnings
that I simply haven't triggered yet. In particular:

Line 412:
  int_adapter mult_div_specials(const int_adapter& rhs)const
  {
    int min;

My code probably doesn't trigger the instantiation of this method, but if it
did, I'd bet that that's an instant shadow warning.

Also, I am still observing the unused parameter warning (if you have fixed
it, it may not have shown up in anonymous or web CVS yet).

Thanks again for your prompt action; you aren't unresponsive at all. :-)

Stephan


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