thomas - 2012-11-22

Hi,

We have code successfully using vole 0.7.3. Upgrading to 0.7.4 gives us the following errors (VC9):

1>D:\tools\vole-0.7.4\include\vole/collection.hpp(199) : error C3861: 'get_checked_disp_': identifier not found
1>        .\expeditioncomdoc.cxx(630) : see reference to function template instantiation 'vole::collection::value_type vole::collection::operator <long>(const I0 &) const' being compiled
1>        with
1>        [
1>            I0=long
1>        ]

Apparently this is a problem with the type of the parameter of the vole::collection. -operator.
What type does this need to be? int, unsigned, long none doesn't help.

Thomas