Ticket #2482: concept_check_error.txt

File concept_check_error.txt, 11.1 KB (added by Jürgen Hunold, 14 years ago)

msvc error messages

Line 
1BOOST_ROOT\boost/concept_check.hpp(144) : warning C4100: 'b' : unreferenced formal parameter
2 BOOST_ROOT\boost/concept_check.hpp(144) : while compiling class template member function 'void boost::Assignable<TT>::const_constraints(const TT &)'
3 with
4 [
5 TT=boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>
6 ]
7 BOOST_ROOT\boost/concept/detail/has_constraints.hpp(40) : see reference to class template instantiation 'boost::Assignable<TT>' being compiled
8 with
9 [
10 TT=boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>
11 ]
12 BOOST_ROOT\boost/concept/detail/msvc.hpp(55) : see reference to class template instantiation 'boost::concept::not_satisfied<Model>' being compiled
13 with
14 [
15 Model=boost::Assignable<boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>>
16 ]
17 BOOST_ROOT\boost/graph/graph_concepts.hpp(84) : see reference to class template instantiation 'boost::concept::require<Model>' being compiled
18 with
19 [
20 Model=boost::Assignable<boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>>
21 ]
22 BOOST_ROOT\boost/graph/graph_concepts.hpp(80) : while compiling class template member function 'boost::concepts::IncidenceGraph<G>::~IncidenceGraph(void)'
23 with
24 [
25 G=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>
26 ]
27 BOOST_ROOT\boost/graph/graph_concepts.hpp(70) : see reference to class template instantiation 'boost::concepts::IncidenceGraph<G>' being compiled
28 with
29 [
30 G=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>
31 ]
32 BOOST_ROOT\boost/concept/detail/has_constraints.hpp(40) : see reference to class template instantiation 'boost::concepts::IncidenceGraphConcept<G>' being compiled
33 with
34 [
35 G=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>
36 ]
37 BOOST_ROOT\boost/concept/detail/msvc.hpp(55) : see reference to class template instantiation 'boost::concept::not_satisfied<Model>' being compiled
38 with
39 [
40 Model=boost::concepts::IncidenceGraphConcept<boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>
41 ]
42 BOOST_ROOT\boost/concept_check.hpp(43) : see reference to class template instantiation 'boost::concept::require<Model>' being compiled
43 with
44 [
45 Model=boost::concepts::IncidenceGraphConcept<boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>
46 ]
47 BOOST_ROOT\boost/graph/breadth_first_search.hpp(55) : see reference to function template instantiation 'void boost::function_requires<boost::concepts::IncidenceGraphConcept<G>>(Model *)' being compiled
48 with
49 [
50 G=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,
51 Model=boost::concepts::IncidenceGraphConcept<boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>
52 ]
53 BOOST_ROOT\boost/graph/breadth_first_search.hpp(287) : see reference to function template instantiation 'void boost::breadth_first_visit<IncidenceGraph,T,Rut::Infra::VerbindungsVisitor,P>(const IncidenceGraph &,unsigned int,Buffer &,BFSVisitor,ColorMap)' being compiled
54 with
55 [
56 IncidenceGraph=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,
57 T=queue_t,
58 P=boost::default_color_type *,
59 Buffer=queue_t,
60 BFSVisitor=Rut::Infra::VerbindungsVisitor,
61 ColorMap=boost::default_color_type *
62 ]
63 myfile.cpp(538) : see reference to function template instantiation 'void boost::breadth_first_visit<boost::adjacency_list<OutEdgeListS,VertexListS,DirectedS,VertexProperty,EdgeProperty>,boost::default_color_type*,boost::vertex_color_t,boost::bgl_named_params<T,Tag,Base>>(const IncidenceGraph &,unsigned int,const boost::bgl_named_params<boost::default_color_type *,boost::vertex_color_t,boost::bgl_named_params<T,Tag,Base>> &)' being compiled
64 with
65 [
66 OutEdgeListS=boost::vecS,
67 VertexListS=boost::vecS,
68 DirectedS=boost::directedS,
69 VertexProperty=boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,
70 EdgeProperty=boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>,
71 T=Rut::Infra::VerbindungsVisitor,
72 Tag=boost::graph_visitor_t,
73 Base=boost::no_property,
74 IncidenceGraph=boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,boost::property<boost::vertex_info_t,Rut::Infra::TVerbindungsKnotenPtr>,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>
75 ]
76
77
78BOOST_ROOT\boost/concept/detail/msvc.hpp(21) : warning C4100: 'x' : unreferenced formal parameter
79 BOOST_ROOT\boost/concept/detail/msvc.hpp(22) : while compiling class template member function 'void boost::concept::check<Model>::failed(Model *)'
80 with
81 [
82 Model=boost::SignedInteger<int>
83 ]
84 BOOST_ROOT\boost/concept/detail/msvc.hpp(60) : see reference to class template instantiation 'boost::concept::check<Model>' being compiled
85 with
86 [
87 Model=boost::SignedInteger<int>
88 ]
89 BOOST_ROOT\boost/concept_check.hpp(466) : see reference to class template instantiation 'boost::concept::require<Model>' being compiled
90 with
91 [
92 Model=boost::SignedInteger<int>
93 ]
94 BOOST_ROOT\boost/concept_check.hpp(465) : while compiling class template member function 'boost::InputIterator<TT>::~InputIterator(void)'
95 with
96 [
97 TT=boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>
98 ]
99 BOOST_ROOT\boost/concept/detail/has_constraints.hpp(40) : see reference to class template instantiation 'boost::InputIterator<TT>' being compiled
100 with
101 [
102 TT=boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>
103 ]
104 BOOST_ROOT\boost/concept/detail/msvc.hpp(52) : see reference to class template instantiation 'boost::concept::not_satisfied<Model>' being compiled
105 with
106 [
107 Model=boost::InputIterator<boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>>
108 ]
109 BOOST_ROOT\boost/graph/graph_concepts.hpp(47) : see reference to class template instantiation 'boost::concept::require<Model>' being compiled
110 with
111 [
112 Model=boost::InputIterator<boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>>
113 ]
114 BOOST_ROOT\boost/graph/graph_concepts.hpp(46) : while compiling class template member function 'boost::concepts::MultiPassInputIterator<T>::~MultiPassInputIterator(void)'
115 with
116 [
117 T=boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>
118 ]
119 BOOST_ROOT\boost/concept/detail/has_constraints.hpp(40) : see reference to class template instantiation 'boost::concepts::MultiPassInputIterator<T>' being compiled
120 with
121 [
122 T=boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>
123 ]
124 BOOST_ROOT\boost/concept/detail/msvc.hpp(52) : see reference to class template instantiation 'boost::concept::not_satisfied<Model>' being compiled
125 with
126 [
127 Model=boost::concepts::MultiPassInputIterator<boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>>
128 ]
129 BOOST_ROOT\boost/graph/graph_concepts.hpp(81) : see reference to class template instantiation 'boost::concept::require<Model>' being compiled
130 with
131 [
132 Model=boost::concepts::MultiPassInputIterator<boost::detail::out_edge_iter<std::_Vector_iterator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>,std::allocator<boost::detail::sep_<unsigned int,boost::property<boost::edge_info_t,Rut::Infra::TVerbindungsKantePtr>>>>,unsigned int,boost::detail::edge_desc_impl<boost::directed_tag,unsigned int>,__w64 int>>
133 ]