
27 Nov
2006
27 Nov
'06
5:21 a.m.
Daryle Walker wrote:
For MSVC 6.5, the compiler is just fried here. Pure virtual member functions look like:
virtual void my_pure_virtual() = 0;
Compile-time class-static built-in-integer constants look like:
static int const my_value = 3;
inline static const's aren't supported by that compiler, using BOOST_STATIC_CONSTANT would likely fix the problem: that's what we provided it for :-) John.