
14 Oct
2005
14 Oct
'05
1:06 p.m.
"Pavel Vozenilek" <pavel_vozenilek@hotmail.com> wrote in message news:dimha9$utq$1@sea.gmane.org...
Review of binary_int utility written by Scott Schurr
...
The class template binary_int allows binary literals to be used at compile time. The template reads a binary literal value comprised of from 1 to 16 comma separated 4-bit units of ones and zeros.
With just reading this description, why not call it what it is: binary_literal. Whether it's a template or a macro(in Matt's case) I think binary_literal is more descriptive. Jeff Flinn