Boost logo

Boost Users :

From: Duane Murphy (duanemurphy_at_[hidden])
Date: 2004-12-17 13:01:49


When using the range libraries size() function, I get an unused argument
warning. While I could turn off these warnings explicitly for the
project, I would rather not (in order to prevent other potential mistakes).

Does boost have a more generalized or compiler specialized mechanism for
disabling unused arguments in a function? To complicate matters more,
this is a template function so the unused arguments pragma that I would
use (with CodeWarrior 8.3) doesn't work.

Suggestions welcomed.

Thanks,

 ...Duane


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net