RE: [boost] Re: Using MPL on MSVC7

2002-12-31 Thread Aleksey Gurtovoy
Jaap Suter wrote: > parameters. I did this in a few places for operators that MPL doesn't > implement (left shift, bitwise or, etc.). > Now I'm putting them in a seperate static constant first, and > then using that constant as a template parameter. That really > solves a _lot_ of my MSVC problem

Re: [boost] Re: Using MPL on MSVC7

2002-12-30 Thread David Abrahams
"Jaap Suter" <[EMAIL PROTECTED]> writes: > Thanks! All of the code from my original message is now turned into: > > // \brief Meta function, returns the number of bits equal to 1 in a given number. > // \param N Some number. Concept: boost::mpl::integral_c > // \retval ::type boost::mpl::integral_