| | | Compiling...
SceneGraph.cpp
e:\Code\Edge\Render\SceneGraph.hpp(38) : warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
e:\Code\boost\boost\iterator_adaptors.hpp(1409) : see reference to class template instantiation 'boost::filter_iterator_generator' being compiled
e:\Code\Edge\Render\SceneGraph.cpp(21) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
e:\Code\boost\boost\property_map.hpp(346) : error C2678: binary '+' : no operator found which takes a left-hand operand of type 'const std::vector<_Ty>::iterator' (or there is no acceptable conversion)
with
[
_Ty=boost::default_color_type
]
e:\Code\boost\boost\property_map.hpp(346) : while compiling class-template member function 'boost::default_color_type boost::iterator_property_map::operator [](boost::iterator_property_map::key_type) const'
with
[
RandomAccessIterator=std::vector::iterator,
IndexMap=boost::detail::choose_pmap_helper,boost::vertex_index_t>::type,graph_t,boost::vertex_index_t>::const_result_type,
T=boost::default_color_type,
R=boost::default_color_type &
]
e:\Code\boost\boost\graph\depth_first_search.hpp(157) : see reference to class template instantiation 'boost::iterator_property_map' being compiled
with
[
RandomAccessIterator=std::vector::iterator,
IndexMap=boost::detail::choose_pmap_helper,boost::vertex_index_t>::type,graph_t,boost::vertex_index_t>::const_result_type,
T=boost::default_color_type,
R=boost::default_color_type &
]
e:\Code\boost\boost\graph\depth_first_search.hpp(230) : see reference to function template instantiation 'void boost::detail::dfs_dispatch::apply::result::type,boost::detail::choose_param_helper::result>::type,OpenGLVisitor,boost::graph_visitor_t,boost::no_property>(const VertexListGraph &,DFSVisitor,Vertex,const boost::bgl_named_params &,boost::detail::error_property_not_found)' being compiled
with
[
VertexListGraph=graph_t,
Default=std::allocator>,boost::listS,boost::listS,boost::undirectedS,boost::property,boost::no_property,boost::no_property,boost::listS>::config::vertex_ptr >::value_type ,
Param=boost::property_value,boost::graph_visitor_t>::type,
DFSVisitor=boost::detail::choose_param_helper,boost::graph_visitor_t>::type>::result>::type,
Vertex=boost::detail::choose_param_helper::result>,boost::listS,boost::listS,boost::undirectedS,boost::property,boost::no_property,boost::no_property,boost::listS>::config::vertex_ptr >::value_type >::type,
T=OpenGLVisitor,
Tag=boost::graph_visitor_t,
Base=boost::no_property
]
e:\Code\Edge\Render\SceneGraph.cpp(39) : see reference to function template instantiation 'void boost::depth_first_search(const VertexListGraph &,const boost::bgl_named_params &)' being compiled
with
[
VertexListGraph=graph_t,
T=OpenGLVisitor,
Tag=boost::graph_visitor_t,
Base=boost::no_property
]
|