Guest User

boyer_moore_gil_vs2010

a guest
Jun 23rd, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. G:\vs2010\VC\INCLUDE\xfunctional(768) : error C2440: 'type cast' : cannot conver
  2. t from 'const boost::gil::pixel<ChannelValue,Layout>' to 'size_t'
  3. with
  4. [
  5. ChannelValue=boost::gil::bits8,
  6. Layout=boost::gil::rgba_layout_t
  7. ]
  8. No user-defined-conversion operator available that can perform this conv
  9. ersion, or the operator cannot be called
  10. G:\vs2010\VC\INCLUDE\xfunctional(767) : while compiling class template m
  11. ember function 'size_t std::hash<_Kty>::operator ()(const _Kty &) const'
  12. with
  13. [
  14. _Kty=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_t>
  15. ]
  16. G:\vs2010\VC\INCLUDE\xhash(162) : see reference to class template instan
  17. tiation 'std::hash<_Kty>' being compiled
  18. with
  19. [
  20. _Kty=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_t>
  21. ]
  22. G:\vs2010\VC\INCLUDE\../include/unordered_map(73) : see reference to cla
  23. ss template instantiation 'std::_Hash_compare<_Kty,_Hasher,_Keyeq>' being compil
  24. ed
  25. with
  26. [
  27. _Kty=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_t>,
  28.  
  29. _Hasher=std::hash<boost::gil::pixel<boost::gil::bits8,boost::gil::rg
  30. ba_layout_t>>,
  31. _Keyeq=std::equal_to<boost::gil::pixel<boost::gil::bits8,boost::gil:
  32. :rgba_layout_t>>
  33. ]
  34. G:\vs2010\VC\INCLUDE\xhash(170) : see reference to class template instan
  35. tiation 'std::tr1::_Umap_traits<_Kty,_Ty,_Tr,_Alloc,_Mfl>' being compiled
  36. with
  37. [
  38. _Kty=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_t>,
  39.  
  40. _Ty=__w64 int,
  41. _Tr=std::_Hash_compare<boost::gil::pixel<boost::gil::bits8,boost::gi
  42. l::rgba_layout_t>,std::hash<boost::gil::pixel<boost::gil::bits8,boost::gil::rgba
  43. _layout_t>>,std::equal_to<boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_l
  44. ayout_t>>>,
  45. _Alloc=std::allocator<std::pair<const boost::gil::pixel<boost::gil::
  46. bits8,boost::gil::rgba_layout_t>,__w64 int>>,
  47. _Mfl=false
  48. ]
  49. G:\vs2010\VC\INCLUDE\../include/unordered_map(85) : see reference to cla
  50. ss template instantiation 'std::_Hash<_Traits>' being compiled
  51. with
  52. [
  53. _Traits=std::tr1::_Umap_traits<boost::gil::pixel<boost::gil::bits8,b
  54. oost::gil::rgba_layout_t>,__w64 int,std::_Hash_compare<boost::gil::pixel<boost::
  55. gil::bits8,boost::gil::rgba_layout_t>,std::hash<boost::gil::pixel<boost::gil::bi
  56. ts8,boost::gil::rgba_layout_t>>,std::equal_to<boost::gil::pixel<boost::gil::bits
  57. 8,boost::gil::rgba_layout_t>>>,std::allocator<std::pair<const boost::gil::pixel<
  58. boost::gil::bits8,boost::gil::rgba_layout_t>,__w64 int>>,false>
  59. ]
  60. g:\boost\boost/algorithm/searching/detail/bm_traits.hpp(40) : see refere
  61. nce to class template instantiation 'std::tr1::unordered_map<_Kty,_Ty>' being co
  62. mpiled
  63. with
  64. [
  65. _Kty=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_t>,
  66.  
  67. _Ty=__w64 int
  68. ]
  69. g:\boost\boost/algorithm/searching/boyer_moore.hpp(104) : see reference
  70. to class template instantiation 'boost::algorithm::detail::skip_table<key_type,v
  71. alue_type,__formal>' being compiled
  72. with
  73. [
  74. key_type=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout
  75. _t>,
  76. value_type=__w64 int,
  77. __formal=false
  78. ]
  79. G:\workspace\test\test.cpp(27) : see reference to class template instant
  80. iation 'boost::algorithm::boyer_moore<patIter>' being compiled
  81. with
  82. [
  83. patIter=boost::gil::pixel<boost::gil::bits8,boost::gil::rgba_layout_
  84. t>
  85. ]
Advertisement
Add Comment
Please, Sign In to add comment