Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-11-27 00:21:56


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk