$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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