This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ compile time calculations


Is it actually possible to process the characters of a string during
the C++ compilation process or is this something that is impossible
due to the C++ spec?  I'm startign to think it isn't possible at all
and that only number types like the famous Factorial template can be
handled this way.  What document could I look in to find this out?

thanks,
wes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]