Advertisement
gnidmoo

Untitled

May 22nd, 2020
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. Inventory.cpp
  2. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\table_iterator.hpp(33,43): warning C4996: 's
  3. td::iterator<std::input_iterator_tag,std::pair<sol::object,sol::object>,ptrdiff_t,std::pair<sol::object,sol::object> *,
  4. std::pair<sol::object,sol::object> &>': warning STL4015: The std::iterator class template (used as a base class to prov
  5. ide typedefs) is deprecated in C++17. (The <iterator> header is NOT deprecated.) The C++ Standard has never required us
  6. er-defined iterators to derive from std::iterator. To fix this warning, stop deriving from std::iterator and start prov
  7. iding publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note t
  8. hat value_type is required to be non-const, even for constant iterators. You can define _SILENCE_CXX17_ITERATOR_BASE_CL
  9. ASS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
  10. [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
  11. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\xutility(5680,54): mess
  12. age : see declaration of 'std::iterator' [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
  13. nminer_common.vcxproj]
  14. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\table_iterator.hpp(116): message : see refer
  15. ence to class template instantiation 'sol::basic_table_iterator<reference_type>' being compiled [C:\Users\quent\Documen
  16. ts\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
  17. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(350,41): error C2039: 'function_poi
  18. nter_type': is not a member of 'sol::lua_bind_traits<sol::basic_reference<false>>' [C:\Users\quent\Documents\Projects\t
  19. est\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
  20. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\wrapper.hpp(38): message : see declaration o
  21. f 'sol::lua_bind_traits<sol::basic_reference<false>>' [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\sour
  22. ce\common\openminer_common.vcxproj]
  23. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(459): message : see reference to fu
  24. nction template instantiation 'int sol::call_detail::agnostic_lua_call_wrapper<F,true,true,true,0,true,void>::call<sol:
  25. :reference&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\commo
  26. n\openminer_common.vcxproj]
  27. with
  28. [
  29. F=uFx,
  30. Fx=sol::reference &
  31. ]
  32. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(575): message : see reference to fu
  33. nction template instantiation 'int sol::call_detail::agnostic_lua_call_wrapper<F,true,true,true,0,true,void>::call<sol:
  34. :reference&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\commo
  35. n\openminer_common.vcxproj]
  36. with
  37. [
  38. F=uFx,
  39. Fx=sol::reference &
  40. ]
  41. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(865): message : see reference to fu
  42. nction template instantiation 'int sol::call_detail::lua_call_wrapper<T,uFx,true,true,true,0,true,void>::call<sol::refe
  43. rence&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
  44. nminer_common.vcxproj]
  45. with
  46. [
  47. T=void,
  48. Fx=sol::reference &
  49. ]
  50. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(875): message : see reference to fu
  51. nction template instantiation 'int sol::call_detail::lua_call_wrapper<T,uFx,true,true,true,0,true,void>::call<sol::refe
  52. rence&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
  53. nminer_common.vcxproj]
  54. with
  55. [
  56. T=void,
  57. Fx=sol::reference &
  58. ]
  59. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(89): message : see refe
  60. rence to function template instantiation 'int sol::call_detail::call_wrapped<T,true,true,0,true,true,sol::basic_referen
  61. ce<false>&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common
  62. \openminer_common.vcxproj]
  63. with
  64. [
  65. T=void,
  66. Fx=sol::basic_reference<false> &
  67. ]
  68. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(678): message : see ref
  69. erence to function template instantiation 'int sol::u_detail::binding<KeyU,ValueU,T>::call_with_<true,true>(lua_State *
  70. ,void *)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vc
  71. xproj]
  72. with
  73. [
  74. T=void
  75. ]
  76. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(677): message : see ref
  77. erence to function template instantiation 'int sol::u_detail::binding<KeyU,ValueU,T>::call_with_<true,true>(lua_State *
  78. ,void *)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vc
  79. xproj]
  80. with
  81. [
  82. T=void
  83. ]
  84. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(737): message : see ref
  85. erence to function template instantiation 'void sol::u_detail::usertype_storage_base::set<T,std::string&,_Ty>(lua_State
  86. *,Key,Value &&)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_c
  87. ommon.vcxproj]
  88. with
  89. [
  90. T=void,
  91. _Ty=sol::reference,
  92. Key=std::string &,
  93. Value=sol::reference
  94. ]
  95. C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(571): message : see ref
  96. erence to function template instantiation 'void sol::u_detail::usertype_storage_base::set<void,sol::reference,sol::refe
  97. rence>(lua_State *,Key &&,Value &&)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source
  98. \common\openminer_common.vcxproj]
  99. with
  100. [
  101. Key=sol::reference,
  102. Value=sol::reference
  103. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement