Hello,

 

Compilation with MS Visual Studio 2008 (VC 9) failed for base classes
using multi fields of type bool.

 

I have generated code with the following field container description
entry:

 

<Field

    name="boolTest"

    type="bool"

    cardinality="multi"

    visibility="external"

    access="protected"

    >

            The bool values.

</Field>

 

and got the following error message on compiling
OSGUniformBufferObjChunkBase.cpp on my 64 bit platform

 

OSGUniformBufferObjChunkBase.inl(300) : error C2440: 'return' : 

cannot convert from 'std::_Vb_reference<_Sizet,_Difft,_MycontTy>' to
'bool &'

with

[

    _Sizet=unsigned __int64,

    _Difft=__int64,

    _MycontTy=std::vector<bool,std::allocator<bool>>

]

 

Does anyone knows what if wrong here?

Is bool not allowed as a field type here?

 

Best,

Johannes

 


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to