
10 Jul
2004
10 Jul
'04
11:36 a.m.
Toon Knapen wrote:
Would'nt it be better to advise library-developers to use an enum instead of BOOST_STATIC_CONSTANT if their library does not contain a definition?
The problem with that is that, an enum cannot store a 64-bit integer constant, which is needed in some cases. Matthias