Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Inventory.cpp
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\table_iterator.hpp(33,43): warning C4996: 's
- td::iterator<std::input_iterator_tag,std::pair<sol::object,sol::object>,ptrdiff_t,std::pair<sol::object,sol::object> *,
- std::pair<sol::object,sol::object> &>': warning STL4015: The std::iterator class template (used as a base class to prov
- ide typedefs) is deprecated in C++17. (The <iterator> header is NOT deprecated.) The C++ Standard has never required us
- er-defined iterators to derive from std::iterator. To fix this warning, stop deriving from std::iterator and start prov
- iding publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note t
- hat value_type is required to be non-const, even for constant iterators. You can define _SILENCE_CXX17_ITERATOR_BASE_CL
- ASS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
- [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
- C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\xutility(5680,54): mess
- age : see declaration of 'std::iterator' [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
- nminer_common.vcxproj]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\table_iterator.hpp(116): message : see refer
- ence to class template instantiation 'sol::basic_table_iterator<reference_type>' being compiled [C:\Users\quent\Documen
- ts\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(350,41): error C2039: 'function_poi
- nter_type': is not a member of 'sol::lua_bind_traits<sol::basic_reference<false>>' [C:\Users\quent\Documents\Projects\t
- est\OpenMiner\build_msvc\source\common\openminer_common.vcxproj]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\wrapper.hpp(38): message : see declaration o
- f 'sol::lua_bind_traits<sol::basic_reference<false>>' [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\sour
- ce\common\openminer_common.vcxproj]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(459): message : see reference to fu
- nction template instantiation 'int sol::call_detail::agnostic_lua_call_wrapper<F,true,true,true,0,true,void>::call<sol:
- :reference&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\commo
- n\openminer_common.vcxproj]
- with
- [
- F=uFx,
- Fx=sol::reference &
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(575): message : see reference to fu
- nction template instantiation 'int sol::call_detail::agnostic_lua_call_wrapper<F,true,true,true,0,true,void>::call<sol:
- :reference&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\commo
- n\openminer_common.vcxproj]
- with
- [
- F=uFx,
- Fx=sol::reference &
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(865): message : see reference to fu
- nction template instantiation 'int sol::call_detail::lua_call_wrapper<T,uFx,true,true,true,0,true,void>::call<sol::refe
- rence&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
- nminer_common.vcxproj]
- with
- [
- T=void,
- Fx=sol::reference &
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\call.hpp(875): message : see reference to fu
- nction template instantiation 'int sol::call_detail::lua_call_wrapper<T,uFx,true,true,true,0,true,void>::call<sol::refe
- rence&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\ope
- nminer_common.vcxproj]
- with
- [
- T=void,
- Fx=sol::reference &
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(89): message : see refe
- rence to function template instantiation 'int sol::call_detail::call_wrapped<T,true,true,0,true,true,sol::basic_referen
- ce<false>&,>(lua_State *,Fx)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common
- \openminer_common.vcxproj]
- with
- [
- T=void,
- Fx=sol::basic_reference<false> &
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(678): message : see ref
- erence to function template instantiation 'int sol::u_detail::binding<KeyU,ValueU,T>::call_with_<true,true>(lua_State *
- ,void *)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vc
- xproj]
- with
- [
- T=void
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(677): message : see ref
- erence to function template instantiation 'int sol::u_detail::binding<KeyU,ValueU,T>::call_with_<true,true>(lua_State *
- ,void *)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_common.vc
- xproj]
- with
- [
- T=void
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(737): message : see ref
- erence to function template instantiation 'void sol::u_detail::usertype_storage_base::set<T,std::string&,_Ty>(lua_State
- *,Key,Value &&)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source\common\openminer_c
- ommon.vcxproj]
- with
- [
- T=void,
- _Ty=sol::reference,
- Key=std::string &,
- Value=sol::reference
- ]
- C:\Users\quent\Documents\Projects\test\OpenMiner\external\sol2\include\sol\usertype_storage.hpp(571): message : see ref
- erence to function template instantiation 'void sol::u_detail::usertype_storage_base::set<void,sol::reference,sol::refe
- rence>(lua_State *,Key &&,Value &&)' being compiled [C:\Users\quent\Documents\Projects\test\OpenMiner\build_msvc\source
- \common\openminer_common.vcxproj]
- with
- [
- Key=sol::reference,
- Value=sol::reference
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement