Re: C++0X constexpr implementation status

2009-01-26 Thread Jason Merrill
Ed Smith-Rowland wrote: In my efforts to build C++-0X library components I've noticed that constexpr member variables are used in several places. I was unable to implement these as intended and reverted to const accessors. It seems like the intent is sort of a static const function except tha

C++0X constexpr implementation status

2008-12-16 Thread Ed Smith-Rowland
Greetings, In my efforts to build C++-0X library components I've noticed that constexpr member variables are used in several places. I was unable to implement these as intended and reverted to const accessors. It seems like the intent is sort of a static const function except that it binds