$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Second iteration of Boost.XInt library uploaded requesting further comments
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-03-31 22:58:59
AMDG
Chad Nelson wrote:
> Exactly my point. But while we're on the subject: considering that those
> are in a namespace (so they don't pollute the global namespace), and are
> constants, is there any particular reason to use or not use "static" in
> the declarations?
The compiler will add static for you, so I prefer to
say it explicitly.
In Christ,
Steven Watanabe