Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(392) : error C2664: 'Geom::GenericInterval<C>::GenericInterval(C)' : cannot convert parameter 1 from 'const Geom::GenericOptInterval<C>' to 'Geom::IntCoord'
  2. 1> with
  3. 1> [
  4. 1> C=Geom::IntCoord
  5. 1> ]
  6. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  7. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(262) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::construct<Expr>(const Expr &,const void *)' being compiled
  8. 1> with
  9. 1> [
  10. 1> T=Geom::CoordTraits<Geom::IntCoord>::IntervalType,
  11. 1> Expr=Geom::GenericOptInterval<Geom::IntCoord>
  12. 1> ]
  13. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(559) : see reference to function template instantiation 'boost::optional_detail::optional_base<T>::optional_base<Expr>(const Expr &,const Expr *)' being compiled
  14. 1> with
  15. 1> [
  16. 1> T=Geom::CoordTraits<Geom::IntCoord>::IntervalType,
  17. 1> Expr=Geom::GenericOptInterval<Geom::IntCoord>
  18. 1> ]
  19. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/interval.h(176) : see reference to function template instantiation 'boost::optional<T>::optional<Geom::GenericOptInterval<C>>(const Expr &)' being compiled
  20. 1> with
  21. 1> [
  22. 1> T=Geom::CoordTraits<Geom::IntCoord>::IntervalType,
  23. 1> C=Geom::IntCoord,
  24. 1> Expr=Geom::GenericOptInterval<Geom::IntCoord>
  25. 1> ]
  26. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(392) : error C2664: 'Geom::Interval::Interval(Geom::Coord)' : cannot convert parameter 1 from 'const Geom::GenericOptInterval<C>' to 'Geom::Coord'
  27. 1> with
  28. 1> [
  29. 1> C=Geom::Coord
  30. 1> ]
  31. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  32. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(262) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::construct<Expr>(const Expr &,const void *)' being compiled
  33. 1> with
  34. 1> [
  35. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  36. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  37. 1> ]
  38. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(559) : see reference to function template instantiation 'boost::optional_detail::optional_base<T>::optional_base<Expr>(const Expr &,const Expr *)' being compiled
  39. 1> with
  40. 1> [
  41. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  42. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  43. 1> ]
  44. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/interval.h(205) : see reference to function template instantiation 'boost::optional<T>::optional<Geom::GenericOptInterval<C>>(const Expr &)' being compiled
  45. 1> with
  46. 1> [
  47. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  48. 1> C=Geom::Coord,
  49. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  50. 1> ]
  51. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(403) : error C2664: 'void boost::optional_detail::optional_base<T>::assign_value(const Geom::Interval &,boost::optional_detail::optional_base<T>::is_not_reference_tag)' : cannot convert parameter 1 from 'const Geom::GenericOptInterval<C>' to 'const Geom::Interval &'
  52. 1> with
  53. 1> [
  54. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType
  55. 1> ]
  56. 1> and
  57. 1> [
  58. 1> C=Geom::Coord
  59. 1> ]
  60. 1> Reason: cannot convert from 'const Geom::GenericOptInterval<C>' to 'const Geom::CoordTraits<Geom::Coord>::IntervalType'
  61. 1> with
  62. 1> [
  63. 1> C=Geom::Coord
  64. 1> ]
  65. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  66. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(320) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr_to_initialized<Expr>(const Expr &,const void *)' being compiled
  67. 1> with
  68. 1> [
  69. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  70. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  71. 1> ]
  72. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(575) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr<Expr>(const Expr &,const Expr *)' being compiled
  73. 1> with
  74. 1> [
  75. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  76. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  77. 1> ]
  78. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/interval.h(205) : see reference to function template instantiation 'boost::optional<T> &boost::optional<T>::operator =<Geom::GenericOptInterval<C>>(const Expr &)' being compiled
  79. 1> with
  80. 1> [
  81. 1> T=Geom::CoordTraits<Geom::Coord>::IntervalType,
  82. 1> C=Geom::Coord,
  83. 1> Expr=Geom::GenericOptInterval<Geom::Coord>
  84. 1> ]
  85. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(392) : error C2664: 'Geom::GenericRect<C>::GenericRect(const Geom::GenericRect<C> &)' : cannot convert parameter 1 from 'const Geom::GenericOptRect<C>' to 'const Geom::GenericRect<C> &'
  86. 1> with
  87. 1> [
  88. 1> C=Geom::IntCoord
  89. 1> ]
  90. 1> Reason: cannot convert from 'const Geom::GenericOptRect<C>' to 'const Geom::GenericRect<C>'
  91. 1> with
  92. 1> [
  93. 1> C=Geom::IntCoord
  94. 1> ]
  95. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  96. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(262) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::construct<Expr>(const Expr &,const void *)' being compiled
  97. 1> with
  98. 1> [
  99. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  100. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  101. 1> ]
  102. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(559) : see reference to function template instantiation 'boost::optional_detail::optional_base<T>::optional_base<Expr>(const Expr &,const Expr *)' being compiled
  103. 1> with
  104. 1> [
  105. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  106. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  107. 1> ]
  108. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/int-rect.h(48) : see reference to function template instantiation 'boost::optional<T>::optional<Geom::GenericOptRect<C>>(const Expr &)' being compiled
  109. 1> with
  110. 1> [
  111. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  112. 1> C=Geom::IntCoord,
  113. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  114. 1> ]
  115. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(392) : error C2664: 'Geom::Rect::Rect(const Geom::Rect::Base &)' : cannot convert parameter 1 from 'const Geom::GenericOptRect<C>' to 'const Geom::Rect::Base &'
  116. 1> with
  117. 1> [
  118. 1> C=Geom::Coord
  119. 1> ]
  120. 1> Reason: cannot convert from 'const Geom::GenericOptRect<C>' to 'const Geom::Rect::Base'
  121. 1> with
  122. 1> [
  123. 1> C=Geom::Coord
  124. 1> ]
  125. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  126. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(262) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::construct<Expr>(const Expr &,const void *)' being compiled
  127. 1> with
  128. 1> [
  129. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  130. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  131. 1> ]
  132. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(559) : see reference to function template instantiation 'boost::optional_detail::optional_base<T>::optional_base<Expr>(const Expr &,const Expr *)' being compiled
  133. 1> with
  134. 1> [
  135. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  136. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  137. 1> ]
  138. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/rect.h(152) : see reference to function template instantiation 'boost::optional<T>::optional<Geom::GenericOptRect<C>>(const Expr &)' being compiled
  139. 1> with
  140. 1> [
  141. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  142. 1> C=Geom::Coord,
  143. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  144. 1> ]
  145. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(403) : error C2664: 'void boost::optional_detail::optional_base<T>::assign_value(const Geom::Rect &,boost::optional_detail::optional_base<T>::is_not_reference_tag)' : cannot convert parameter 1 from 'const Geom::GenericOptRect<C>' to 'const Geom::Rect &'
  146. 1> with
  147. 1> [
  148. 1> T=Geom::CoordTraits<Geom::Coord>::RectType
  149. 1> ]
  150. 1> and
  151. 1> [
  152. 1> C=Geom::Coord
  153. 1> ]
  154. 1> Reason: cannot convert from 'const Geom::GenericOptRect<C>' to 'const Geom::CoordTraits<Geom::Coord>::RectType'
  155. 1> with
  156. 1> [
  157. 1> C=Geom::Coord
  158. 1> ]
  159. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  160. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(320) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr_to_initialized<Expr>(const Expr &,const void *)' being compiled
  161. 1> with
  162. 1> [
  163. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  164. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  165. 1> ]
  166. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(575) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr<Expr>(const Expr &,const Expr *)' being compiled
  167. 1> with
  168. 1> [
  169. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  170. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  171. 1> ]
  172. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/rect.h(152) : see reference to function template instantiation 'boost::optional<T> &boost::optional<T>::operator =<Geom::GenericOptRect<C>>(const Expr &)' being compiled
  173. 1> with
  174. 1> [
  175. 1> T=Geom::CoordTraits<Geom::Coord>::RectType,
  176. 1> C=Geom::Coord,
  177. 1> Expr=Geom::GenericOptRect<Geom::Coord>
  178. 1> ]
  179. 1>D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(403) : error C2664: 'void boost::optional_detail::optional_base<T>::assign_value(const Geom::GenericRect<C> &,boost::optional_detail::optional_base<T>::is_not_reference_tag)' : cannot convert parameter 1 from 'const Geom::GenericOptRect<C>' to 'const Geom::GenericRect<C> &'
  180. 1> with
  181. 1> [
  182. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  183. 1> C=Geom::IntCoord
  184. 1> ]
  185. 1> and
  186. 1> [
  187. 1> C=Geom::IntCoord
  188. 1> ]
  189. 1> and
  190. 1> [
  191. 1> C=Geom::IntCoord
  192. 1> ]
  193. 1> Reason: cannot convert from 'const Geom::GenericOptRect<C>' to 'const Geom::CoordTraits<Geom::IntCoord>::RectType'
  194. 1> with
  195. 1> [
  196. 1> C=Geom::IntCoord
  197. 1> ]
  198. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  199. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(320) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr_to_initialized<Expr>(const Expr &,const void *)' being compiled
  200. 1> with
  201. 1> [
  202. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  203. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  204. 1> ]
  205. 1> D:\master\client\vertigo_master\3rdparty\boost_1_48_0\boost/optional/optional.hpp(575) : see reference to function template instantiation 'void boost::optional_detail::optional_base<T>::assign_expr<Expr>(const Expr &,const Expr *)' being compiled
  206. 1> with
  207. 1> [
  208. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  209. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  210. 1> ]
  211. 1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xstring(573) : see reference to function template instantiation 'boost::optional<T> &boost::optional<T>::operator =<Geom::GenericOptRect<C>>(const Expr &)' being compiled
  212. 1> with
  213. 1> [
  214. 1> T=Geom::CoordTraits<Geom::IntCoord>::RectType,
  215. 1> C=Geom::IntCoord,
  216. 1> Expr=Geom::GenericOptRect<Geom::IntCoord>
  217. 1> ]
  218. 1> D:\master\client\vertigo_master\3rdparty\lib2geom\src\2geom/region.h(94) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  219. 1> with
  220. 1> [
  221. 1> _Ty=Geom::Region
  222. 1> ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement