From: Goran Mitrovic (gmit_at_[hidden])
Date: 2004-08-24 10:09:38


I've got a question.

Is a compile-time variables concept known? It would be a set of macros that
would allow assigning and changing a number assigned to a variable's name. Such
variable would be considered as a constant from template argument's perspective,
for example.

One of the usage for such classes I have in mind would be the painless type
registration of typeof macro, for example...