R
Rune Allnor
Hi all.
I have an application that compiles silently in debug mode. When
switching
to release mode, the following error message appears:
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xtree(1268) :
error C3848: expression having type 'const
mynamespace:ointListLess<T>' would lose some const-volatile
qualifiers in order to call 'bool
mynamespace:ointListLess<T>:perator ()(const size_t &,const size_t
&)'
I have never seen this error before, and What should I look for to
find the cause?
Except for one message that points out the class where the map is
declared, the
remaining error messages refer to the map and xtree headers.
Rune
I have an application that compiles silently in debug mode. When
switching
to release mode, the following error message appears:
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xtree(1268) :
error C3848: expression having type 'const
mynamespace:ointListLess<T>' would lose some const-volatile
qualifiers in order to call 'bool
mynamespace:ointListLess<T>:perator ()(const size_t &,const size_t
&)'
I have never seen this error before, and What should I look for to
find the cause?
Except for one message that points out the class where the map is
declared, the
remaining error messages refer to the map and xtree headers.
Rune