$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2007-12-07 18:32:13
Is there a way I can define constant floats within class scope like you can
with integral values? I was hoping boost could help in this area. For
example:
struct default_alpha
{
static const float value = 1.0f;
};
The above is not legal, of course. Anyone? Thanks.