Skip to content

Instantly share code, notes, and snippets.

@daparic
Created November 29, 2025 09:40
Show Gist options
  • Select an option

  • Save daparic/98de82d959dfb77f5a4daaeed67e1746 to your computer and use it in GitHub Desktop.

Select an option

Save daparic/98de82d959dfb77f5a4daaeed67e1746 to your computer and use it in GitHub Desktop.
AirSim-1.8.1-windows
This file has been truncated, but you can view the full file.
D:\AirSim-1.8.1-windows>build.cmd
found Powershell
Found cmake version: 3.28.1
*****************************************************************************************
Downloading rpclib
*****************************************************************************************
Starting cmake to build rpclib...
-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.26200.
-- The C compiler identification is MSVC 19.44.35217.0
-- The CXX compiler identification is MSVC 19.44.35217.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (4.2s)
-- Generating done (0.0s)
-- Build files have been written to: D:/AirSim-1.8.1-windows/external/rpclib/rpclib-2.3.0/build
MSBuild version 17.14.23+b0019275e for .NET Framework
1>Checking Build System
Building Custom Rule D:/AirSim-1.8.1-windows/external/rpclib/rpclib-2.3.0/CMakeLists.txt
dispatcher.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/dispatcher.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
server.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/server.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
client.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/client.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
this_handler.cc
this_session.cc
this_server.cc
rpc_error.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/rpc_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
server_session.cc
response.cc
client_error.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
optional.cc
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../lib/rpc/detail/client_error.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
format.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/format.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
posix.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(841,45):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<wchar_t,500,std::allocator<wchar_t>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=wchar_t,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<wchar_t *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<wchar_t *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<wchar_t *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\bu
ild\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_iterator, s
tdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_
ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,31):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(855,42):
see reference to class template instantiation 'clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>' being compiled
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(632,63):
while compiling class template member function 'void clmdep_fmt::internal::MemoryBuffer<char,500,std::allocator<char>>::grow(size_t)'
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<char *>,
T=char,
Char=char,
_InIt=char *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4864,31):
see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<Char *>,__int64>(_Iter &&,const _Diff)' being compiled
with
[
Char=char,
_Iter=stdext::checked_array_iterator<char *>,
_Diff=__int64
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1446,26):
see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> >' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1440,44):
see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1369,5):
see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: 'stdext::checked_array_iterator<Char *>::_Prevent_inheriting_unwrap': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1341,22): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,40):
the template instantiation context (the oldest one first) is
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1436,93):
see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1245,55):
see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(496,26):
see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
with
[
_Iter=stdext::checked_array_iterator<char *>
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: 'stdext::checked_array_iterator<Char *>::iterator_category': warning STL4043: std
ext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. Y
ou can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(476,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: 'stdext::checked_array_iterator<Char *>::value_type': warning STL4043: stdext::ch
ecked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can
define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(477,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: 'stdext::checked_array_iterator<Char *>::difference_type': warning STL4043: stdex
t::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You
can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(478,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: 'stdext::checked_array_iterator<Char *>::pointer': warning STL4043: stdext::check
ed_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can def
ine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(479,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: 'stdext::checked_array_iterator<Char *>': warning STL4043: stdext::checked_array_
iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILE
NCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,40): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iterator(1483,35):
see declaration of 'stdext::checked_array_iterator'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: 'stdext::checked_array_iterator<Char *>::reference': warning STL4043: stdext::che
cked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can d
efine _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxp
roj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build
\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_iter_core.hpp(480,31): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj
]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Verify_offset': warning STL4043: stdext::checked_a
rray_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1457,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: 'stdext::checked_array_iterator<Char *>::_Unwrapped': warning STL4043: stdext::checked_array
_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SIL
ENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: Char=char [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxpro
j]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1458,42): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: 'stdext::checked_array_iterator<Char *>::_Seek_to': warning STL4043: stdext::checked_array_i
terator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILEN
CE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: with [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: [ [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: Char=wchar_t [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcx
proj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13): warning C4996: ] [D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\rpc.vcxproj]
(compiling source file '../dependencies/src/posix.cc')
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(1479,13):
the template instantiation context (the oldest one first) is
D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\dependencies\include\format.h(637,8):
see reference to function template instantiation '_OutIt std::copy<T*,stdext::checked_array_iterator<Char *>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
T=wchar_t,
Char=wchar_t,
_InIt=wchar_t *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xutility(4865,10):
see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,wchar_t*>(_Iter &,_UIter &&)' being compiled
with
[
_OutIt=stdext::checked_array_iterator<wchar_t *>,
_Iter=stdext::checked_array_iterator<wchar_t *>,
_UIter=wchar_t *
]
Generating Code...
rpc.vcxproj -> D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Debug\rpc.lib
Building Custom Rule D:/AirSim-1.8.1-windows/external/rpclib/rpclib-2.3.0/CMakeLists.txt
MSBuild version 17.14.23+b0019275e for .NET Framework
1>Checking Build System
Building Custom Rule D:/AirSim-1.8.1-windows/external/rpclib/rpclib-2.3.0/CMakeLists.txt
dispatcher.cc
server.cc
client.cc
this_handler.cc
this_session.cc
this_server.cc
rpc_error.cc
server_session.cc
response.cc
client_error.cc
optional.cc
format.cc
posix.cc
Generating Code...
rpc.vcxproj -> D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Release\rpc.lib
Building Custom Rule D:/AirSim-1.8.1-windows/external/rpclib/rpclib-2.3.0/CMakeLists.txt
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, 28 November 2025 6:15:14 pm
Source : D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\
Dest : D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
0 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\
New Dir 16 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\
100% New File 5780 client.h
100% New File 2236 client.inl
100% New File 396 compatibility.h
100% New File 1071 config.h
100% New File 1087 config.h.in
100% New File 4524 dispatcher.h
100% New File 3116 dispatcher.inl
100% New File 1026 msgpack.hpp
100% New File 1811 rpc_error.h
100% New File 4342 server.h
100% New File 2871 this_handler.h
100% New File 361 this_handler.inl
100% New File 929 this_server.h
100% New File 1634 this_session.h
100% New File 312 version.h
100% New File 352 version.h.in
New Dir 21 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\detail\
100% New File 504 all.h
100% New File 450 any.h
100% New File 3056 async_writer.h
100% New File 298 bool.h
100% New File 2421 call.h
100% New File 1011 client_error.h
100% New File 269 constant.h
100% New File 391 dev_utils.h
100% New File 479 func_tools.h
100% New File 2445 func_traits.h
100% New File 281 if.h
100% New File 216 invoke.h
100% New File 466 is_specialization_of.h
100% New File 5456 log.h
100% New File 541 make_unique.h
100% New File 235 not.h
100% New File 281 pimpl.h
100% New File 4091 response.h
100% New File 1020 server_session.h
100% New File 781 thread_group.h
100% New File 490 util.h
New Dir 49 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\
100% New File 448 cpp_config.hpp
100% New File 465 cpp_config_decl.hpp
100% New File 679 fbuffer.h
100% New File 427 fbuffer.hpp
100% New File 448 fbuffer_decl.hpp
100% New File 537 gcc_atomic.h
100% New File 826 gcc_atomic.hpp
100% New File 440 iterator.hpp
100% New File 462 iterator_decl.hpp
100% New File 422 meta.hpp
100% New File 444 meta_decl.hpp
100% New File 2707 object.h
100% New File 491 object.hpp
100% New File 449 object_decl.hpp
100% New File 516 object_fwd.hpp
100% New File 469 object_fwd_decl.hpp
100% New File 4804 pack.h
100% New File 438 pack.hpp
100% New File 432 pack_decl.hpp
100% New File 436 pack_define.h
100% New File 23515 pack_template.h
100% New File 449 parse_return.hpp
100% New File 697 predef.h
100% New File 497 preprocessor.hpp
100% New File 2277 sbuffer.h
100% New File 462 sbuffer.hpp
100% New File 457 sbuffer_decl.hpp
100% New File 6413 sysdep.h
100% New File 1781 type.hpp
100% New File 7846 unpack.h
100% New File 527 unpack.hpp
100% New File 444 unpack_decl.hpp
100% New File 2309 unpack_define.h
100% New File 422 unpack_exception.hpp
100% New File 16574 unpack_template.h
100% New File 362 util.h
100% New File 900 version.h
100% New File 962 version.hpp
100% New File 2519 versioning.hpp
100% New File 105 version_master.h
100% New File 3579 vrefbuffer.h
100% New File 480 vrefbuffer.hpp
100% New File 474 vrefbuffer_decl.hpp
100% New File 4919 zbuffer.h
100% New File 463 zbuffer.hpp
100% New File 457 zbuffer_decl.hpp
100% New File 3915 zone.h
100% New File 430 zone.hpp
100% New File 424 zone_decl.hpp
New Dir 39 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\adaptor\
100% New File 528 adaptor_base.hpp
100% New File 494 adaptor_base_decl.hpp
100% New File 501 array_ref.hpp
100% New File 522 array_ref_decl.hpp
100% New File 429 bool.hpp
100% New File 409 carray.hpp
100% New File 417 char_ptr.hpp
100% New File 517 check_container_size.hpp
100% New File 534 check_container_size_decl.hpp
100% New File 470 define.hpp
100% New File 5008 define_decl.hpp
100% New File 405 deque.hpp
100% New File 443 ext.hpp
100% New File 464 ext_decl.hpp
100% New File 480 fixint.hpp
100% New File 502 fixint_decl.hpp
100% New File 405 float.hpp
100% New File 442 int.hpp
100% New File 464 int_decl.hpp
100% New File 401 list.hpp
100% New File 471 map.hpp
100% New File 492 map_decl.hpp
100% New File 505 msgpack_tuple.hpp
100% New File 499 msgpack_tuple_decl.hpp
100% New File 470 nil.hpp
100% New File 464 nil_decl.hpp
100% New File 401 pair.hpp
100% New File 470 raw.hpp
100% New File 464 raw_decl.hpp
100% New File 397 set.hpp
100% New File 503 size_equal_only.hpp
100% New File 524 size_equal_only_decl.hpp
100% New File 409 string.hpp
100% New File 480 v4raw.hpp
100% New File 474 v4raw_decl.hpp
100% New File 409 vector.hpp
100% New File 429 vector_bool.hpp
100% New File 429 vector_char.hpp
100% New File 465 vector_unsigned_char.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\adaptor\boost\
100% New File 433 fusion.hpp
100% New File 599 msgpack_variant.hpp
100% New File 554 msgpack_variant_decl.hpp
100% New File 441 optional.hpp
100% New File 449 string_ref.hpp
100% New File 453 string_view.hpp
New Dir 10 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\adaptor\cpp11\
100% New File 430 array.hpp
100% New File 450 array_char.hpp
100% New File 486 array_unsigned_char.hpp
100% New File 458 forward_list.hpp
100% New File 478 reference_wrapper.hpp
100% New File 450 shared_ptr.hpp
100% New File 430 tuple.hpp
100% New File 450 unique_ptr.hpp
100% New File 462 unordered_map.hpp
100% New File 462 unordered_set.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\adaptor\cpp17\
100% New File 442 optional.hpp
100% New File 454 string_view.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\adaptor\tr1\
100% New File 6699 unordered_map.hpp
100% New File 6273 unordered_set.hpp
New Dir 11 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\
100% New File 1286 architecture.h
100% New File 1750 compiler.h
100% New File 434 hardware.h
100% New File 501 language.h
100% New File 444 library.h
100% New File 4731 make.h
100% New File 1106 os.h
100% New File 440 other.h
100% New File 719 platform.h
100% New File 370 version.h
100% New File 1617 version_number.h
New Dir 17 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\architecture\
100% New File 1684 alpha.h
100% New File 2138 arm.h
100% New File 1184 blackfin.h
100% New File 1939 convex.h
100% New File 1317 ia64.h
100% New File 2660 m68k.h
100% New File 2272 mips.h
100% New File 1956 parisc.h
100% New File 2211 ppc.h
100% New File 974 pyramid.h
100% New File 1438 rs6k.h
100% New File 1420 sparc.h
100% New File 1871 superh.h
100% New File 1079 sys370.h
100% New File 1077 sys390.h
100% New File 1014 x86.h
100% New File 981 z.h
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\architecture\x86\
100% New File 2784 32.h
100% New File 1323 64.h
New Dir 29 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\compiler\
100% New File 1937 borland.h
100% New File 1608 clang.h
100% New File 1758 comeau.h
100% New File 2000 compaq.h
100% New File 1565 diab.h
100% New File 1513 digitalmars.h
100% New File 1531 dignus.h
100% New File 1528 edg.h
100% New File 1610 ekopath.h
100% New File 2049 gcc.h
100% New File 1447 gcc_xml.h
100% New File 2010 greenhills.h
100% New File 1698 hp_acc.h
100% New File 1471 iar.h
100% New File 2253 ibm.h
100% New File 1967 intel.h
100% New File 1451 kai.h
100% New File 1530 llvm.h
100% New File 1429 metaware.h
100% New File 2680 metrowerks.h
100% New File 1412 microtec.h
100% New File 1831 mpw.h
100% New File 1479 palm.h
100% New File 1805 pgi.h
100% New File 2012 sgi_mipspro.h
100% New File 2447 sunpro.h
100% New File 1477 tendra.h
100% New File 2773 visualc.h
100% New File 1551 watcom.h
New Dir 8 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\detail\
100% New File 278 comp_detected.h
100% New File 637 endian_compat.h
100% New File 274 os_detected.h
100% New File 278 platform_detected.h
100% New File 372 test.h
100% New File 1976 test_def.h
100% New File 354 _cassert.h
100% New File 334 _exception.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\
100% New File 3686 simd.h
New Dir 4 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\simd\
100% New File 1592 arm.h
100% New File 1936 ppc.h
100% New File 3943 x86.h
100% New File 2771 x86_amd.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\simd\arm\
100% New File 822 versions.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\simd\ppc\
100% New File 1247 versions.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\simd\x86\
100% New File 3324 versions.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\hardware\simd\x86_amd\
100% New File 1345 versions.h
New Dir 3 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\language\
100% New File 981 objc.h
100% New File 1383 stdc.h
100% New File 3278 stdcpp.h
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\library\
100% New File 598 c.h
100% New File 932 std.h
New Dir 5 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\library\c\
100% New File 1547 gnu.h
100% New File 1154 uc.h
100% New File 1086 vms.h
100% New File 1454 zos.h
100% New File 329 _prefix.h
New Dir 11 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\library\std\
100% New File 1102 cxx.h
100% New File 1468 dinkumware.h
100% New File 1189 libcomo.h
100% New File 1184 modena.h
100% New File 1359 msl.h
100% New File 1498 roguewave.h
100% New File 1259 sgi.h
100% New File 1394 stdcpp3.h
100% New File 1825 stlport.h
100% New File 1075 vacpp.h
100% New File 835 _prefix.h
New Dir 18 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\os\
100% New File 1809 aix.h
100% New File 1160 amigaos.h
100% New File 1119 android.h
100% New File 1055 beos.h
100% New File 3257 bsd.h
100% New File 1081 cygwin.h
100% New File 1122 haiku.h
100% New File 1166 hpux.h
100% New File 1406 ios.h
100% New File 1102 irix.h
100% New File 1124 linux.h
100% New File 1881 macos.h
100% New File 1081 os400.h
100% New File 1575 qnxnto.h
100% New File 1166 solaris.h
100% New File 1947 unix.h
100% New File 1241 vms.h
100% New File 1406 windows.h
New Dir 5 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\os\bsd\
100% New File 1219 bsdi.h
100% New File 1339 dragonfly.h
100% New File 1590 free.h
100% New File 2617 net.h
100% New File 6190 open.h
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\other\
100% New File 7681 endian.h
New Dir 5 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\predef\platform\
100% New File 2309 mingw.h
100% New File 1339 windows_desktop.h
100% New File 1250 windows_phone.h
100% New File 1390 windows_runtime.h
100% New File 1238 windows_store.h
New Dir 48 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\
100% New File 849 arithmetic.hpp
100% New File 1694 array.hpp
100% New File 758 assert_msg.hpp
100% New File 997 cat.hpp
100% New File 753 comma.hpp
100% New File 762 comma_if.hpp
100% New File 823 comparison.hpp
100% New File 1031 control.hpp
100% New File 800 debug.hpp
100% New File 746 dec.hpp
100% New File 752 empty.hpp
100% New File 749 enum.hpp
100% New File 770 enum_params.hpp
100% New File 815 enum_params_with_a_default.hpp
100% New File 812 enum_params_with_defaults.hpp
100% New File 773 enum_shifted.hpp
100% New File 794 enum_shifted_params.hpp
100% New File 755 expand.hpp
100% New File 755 expr_if.hpp
100% New File 1244 facilities.hpp
100% New File 746 for.hpp
100% New File 761 identity.hpp
100% New File 740 if.hpp
100% New File 746 inc.hpp
100% New File 757 iterate.hpp
100% New File 874 iteration.hpp
100% New File 1871 library.hpp
100% New File 751 limits.hpp
100% New File 1470 list.hpp
100% New File 1047 logical.hpp
100% New File 745 max.hpp
100% New File 745 min.hpp
100% New File 1084 punctuation.hpp
100% New File 755 repeat.hpp
100% New File 763 repeat_2nd.hpp
100% New File 763 repeat_3rd.hpp
100% New File 779 repeat_from_to.hpp
100% New File 787 repeat_from_to_2nd.hpp
100% New File 787 repeat_from_to_3rd.hpp
100% New File 1792 repetition.hpp
100% New File 812 selection.hpp
100% New File 2322 seq.hpp
100% New File 743 slot.hpp
100% New File 1069 stringize.hpp
100% New File 1361 tuple.hpp
100% New File 1224 variadic.hpp
100% New File 749 while.hpp
100% New File 1204 wstringize.hpp
New Dir 7 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\arithmetic\
100% New File 1978 add.hpp
100% New File 8871 dec.hpp
100% New File 1340 div.hpp
100% New File 8843 inc.hpp
100% New File 1340 mod.hpp
100% New File 2196 mul.hpp
100% New File 1922 sub.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\arithmetic\detail\
100% New File 2724 div_base.hpp
New Dir 15 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\array\
100% New File 1194 data.hpp
100% New File 1360 elem.hpp
100% New File 1677 enum.hpp
100% New File 3257 insert.hpp
100% New File 1810 pop_back.hpp
100% New File 1897 pop_front.hpp
100% New File 1809 push_back.hpp
100% New File 1819 push_front.hpp
100% New File 3074 remove.hpp
100% New File 2869 replace.hpp
100% New File 1436 reverse.hpp
100% New File 1194 size.hpp
100% New File 2096 to_list.hpp
100% New File 2059 to_seq.hpp
100% New File 1334 to_tuple.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\array\detail\
100% New File 2244 get_data.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\comparison\
100% New File 1056 equal.hpp
100% New File 1193 greater.hpp
100% New File 1295 greater_equal.hpp
100% New File 2093 less.hpp
100% New File 1341 less_equal.hpp
100% New File 70127 not_equal.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\config\
100% New File 4943 config.hpp
100% New File 904 limits.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\control\
100% New File 936 deduce_d.hpp
100% New File 1000 expr_if.hpp
100% New File 1260 expr_iif.hpp
100% New File 950 if.hpp
100% New File 1371 iif.hpp
100% New File 18765 while.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\control\detail\
100% New File 72703 while.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\control\detail\dmc\
100% New File 70399 while.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\control\detail\edg\
100% New File 51662 while.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\control\detail\msvc\
100% New File 33190 while.hpp
New Dir 3 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\debug\
100% New File 1454 assert.hpp
100% New File 1648 error.hpp
100% New File 1770 line.hpp
New Dir 7 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\detail\
100% New File 27728 auto_rec.hpp
100% New File 2293 check.hpp
100% New File 1287 is_binary.hpp
100% New File 1294 is_nullary.hpp
100% New File 1273 is_unary.hpp
100% New File 725 null.hpp
100% New File 1597 split.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\detail\dmc\
100% New File 28042 auto_rec.hpp
New Dir 10 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\facilities\
100% New File 1547 apply.hpp
100% New File 581 empty.hpp
100% New File 874 expand.hpp
100% New File 785 identity.hpp
100% New File 9437 intercept.hpp
100% New File 974 is_1.hpp
100% New File 2680 is_empty.hpp
100% New File 1253 is_empty_or_1.hpp
100% New File 1836 is_empty_variadic.hpp
100% New File 1176 overload.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\facilities\detail\
100% New File 1765 is_empty.hpp
New Dir 3 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\iteration\
100% New File 3950 iterate.hpp
100% New File 1169 local.hpp
100% New File 830 self.hpp
New Dir 5 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\iteration\detail\
100% New File 3791 finish.hpp
100% New File 21871 local.hpp
100% New File 18115 rlocal.hpp
100% New File 845 self.hpp
100% New File 3791 start.hpp
New Dir 10 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\iteration\detail\bounds\
100% New File 4253 lower1.hpp
100% New File 4253 lower2.hpp
100% New File 4253 lower3.hpp
100% New File 4253 lower4.hpp
100% New File 4253 lower5.hpp
100% New File 4305 upper1.hpp
100% New File 4305 upper2.hpp
100% New File 4305 upper3.hpp
100% New File 4305 upper4.hpp
100% New File 4305 upper5.hpp
New Dir 10 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\iteration\detail\iter\
100% New File 57458 forward1.hpp
100% New File 57387 forward2.hpp
100% New File 57387 forward3.hpp
100% New File 57387 forward4.hpp
100% New File 57387 forward5.hpp
100% New File 50901 reverse1.hpp
100% New File 50901 reverse2.hpp
100% New File 50901 reverse3.hpp
100% New File 50901 reverse4.hpp
100% New File 50901 reverse5.hpp
New Dir 19 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\list\
100% New File 2291 adt.hpp
100% New File 1421 append.hpp
100% New File 1421 at.hpp
100% New File 1678 cat.hpp
100% New File 1538 enum.hpp
100% New File 2668 filter.hpp
100% New File 2846 first_n.hpp
100% New File 22495 fold_left.hpp
100% New File 1398 fold_right.hpp
100% New File 2185 for_each.hpp
100% New File 3469 for_each_i.hpp
100% New File 14490 for_each_product.hpp
100% New File 2482 rest_n.hpp
100% New File 1497 reverse.hpp
100% New File 2622 size.hpp
100% New File 26113 to_array.hpp
100% New File 1226 to_seq.hpp
100% New File 1820 to_tuple.hpp
100% New File 2419 transform.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\list\detail\
100% New File 67445 fold_left.hpp
100% New File 30989 fold_right.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\list\detail\dmc\
100% New File 73334 fold_left.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\list\detail\edg\
100% New File 90535 fold_left.hpp
100% New File 121666 fold_right.hpp
New Dir 11 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\logical\
100% New File 964 and.hpp
100% New File 1467 bitand.hpp
100% New File 1465 bitnor.hpp
100% New File 1446 bitor.hpp
100% New File 1465 bitxor.hpp
100% New File 8699 bool.hpp
100% New File 1354 compl.hpp
100% New File 964 nor.hpp
100% New File 909 not.hpp
100% New File 954 or.hpp
100% New File 964 xor.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\punctuation\
100% New File 528 comma.hpp
100% New File 1066 comma_if.hpp
100% New File 1614 is_begin_parens.hpp
100% New File 838 paren.hpp
100% New File 1692 paren_if.hpp
100% New File 1412 remove_parens.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\punctuation\detail\
100% New File 1961 is_begin_parens.hpp
New Dir 16 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\repetition\
100% New File 941 deduce_r.hpp
100% New File 945 deduce_z.hpp
100% New File 3234 enum.hpp
100% New File 2914 enum_binary_params.hpp
100% New File 1598 enum_params.hpp
100% New File 887 enum_params_with_a_default.hpp
100% New File 800 enum_params_with_defaults.hpp
100% New File 3858 enum_shifted.hpp
100% New File 3121 enum_shifted_binary_params.hpp
100% New File 1985 enum_shifted_params.hpp
100% New File 3770 enum_trailing.hpp
100% New File 3044 enum_trailing_binary_params.hpp
100% New File 1915 enum_trailing_params.hpp
100% New File 18251 for.hpp
100% New File 64008 repeat.hpp
100% New File 5548 repeat_from_to.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\repetition\detail\
100% New File 78031 for.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\repetition\detail\dmc\
100% New File 78543 for.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\repetition\detail\edg\
100% New File 67324 for.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\repetition\detail\msvc\
100% New File 48340 for.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\selection\
100% New File 1314 max.hpp
100% New File 1314 min.hpp
New Dir 27 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\seq\
100% New File 2002 cat.hpp
100% New File 17348 elem.hpp
100% New File 17359 enum.hpp
100% New File 3023 filter.hpp
100% New File 1458 first_n.hpp
100% New File 177310 fold_left.hpp
100% New File 39374 fold_right.hpp
100% New File 4778 for_each.hpp
100% New File 5043 for_each_i.hpp
100% New File 13187 for_each_product.hpp
100% New File 1291 insert.hpp
100% New File 1327 pop_back.hpp
100% New File 1134 pop_front.hpp
100% New File 800 push_back.hpp
100% New File 804 push_front.hpp
100% New File 1341 remove.hpp
100% New File 2035 replace.hpp
100% New File 1997 rest_n.hpp
100% New File 1797 reverse.hpp
100% New File 1746 seq.hpp
100% New File 31358 size.hpp
100% New File 1269 subseq.hpp
100% New File 1238 to_array.hpp
100% New File 1655 to_list.hpp
100% New File 1132 to_tuple.hpp
100% New File 2733 transform.hpp
100% New File 1404 variadic_seq_to_seq.hpp
New Dir 3 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\seq\detail\
100% New File 2693 binary_transform.hpp
100% New File 1657 is_empty.hpp
100% New File 17762 split.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\slot\
100% New File 1049 counter.hpp
100% New File 1408 slot.hpp
New Dir 8 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\slot\detail\
100% New File 11258 counter.hpp
100% New File 2943 def.hpp
100% New File 11088 shared.hpp
100% New File 10941 slot1.hpp
100% New File 10941 slot2.hpp
100% New File 10941 slot3.hpp
100% New File 10941 slot4.hpp
100% New File 10941 slot5.hpp
New Dir 16 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\tuple\
100% New File 13475 eat.hpp
100% New File 53661 elem.hpp
100% New File 1027 enum.hpp
100% New File 1422 insert.hpp
100% New File 2154 pop_back.hpp
100% New File 2174 pop_front.hpp
100% New File 1236 push_back.hpp
100% New File 1245 push_front.hpp
100% New File 25724 rem.hpp
100% New File 2154 remove.hpp
100% New File 1432 replace.hpp
100% New File 24526 reverse.hpp
100% New File 1300 size.hpp
100% New File 2052 to_array.hpp
100% New File 29584 to_list.hpp
100% New File 24893 to_seq.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\tuple\detail\
100% New File 1423 is_single_return.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\variadic\
100% New File 14364 elem.hpp
100% New File 2167 size.hpp
100% New File 1459 to_array.hpp
100% New File 1166 to_list.hpp
100% New File 1160 to_seq.hpp
100% New File 1089 to_tuple.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\preprocessor\variadic\detail\
100% New File 1448 is_single_return.hpp
New Dir 29 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\
100% New File 2719 cpp_config.hpp
100% New File 2623 cpp_config_decl.hpp
100% New File 1248 fbuffer.hpp
100% New File 675 fbuffer_decl.hpp
100% New File 1444 iterator.hpp
100% New File 1190 iterator_decl.hpp
100% New File 1176 meta.hpp
100% New File 1209 meta_decl.hpp
100% New File 24634 object.hpp
100% New File 3112 object_decl.hpp
100% New File 7214 object_fwd.hpp
100% New File 1979 object_fwd_decl.hpp
100% New File 44913 pack.hpp
100% New File 2210 pack_decl.hpp
100% New File 822 parse_return.hpp
100% New File 497 preprocessor.hpp
100% New File 3063 sbuffer.hpp
100% New File 726 sbuffer_decl.hpp
100% New File 50950 unpack.hpp
100% New File 16042 unpack_decl.hpp
100% New File 3217 unpack_exception.hpp
100% New File 962 version.hpp
100% New File 2517 versioning.hpp
100% New File 7093 vrefbuffer.hpp
100% New File 852 vrefbuffer_decl.hpp
100% New File 3735 zbuffer.hpp
100% New File 813 zbuffer_decl.hpp
100% New File 588 zone.hpp
100% New File 613 zone_decl.hpp
New Dir 39 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\
100% New File 3006 adaptor_base.hpp
100% New File 2225 adaptor_base_decl.hpp
100% New File 9742 array_ref.hpp
100% New File 1257 array_ref_decl.hpp
100% New File 1593 bool.hpp
100% New File 9028 carray.hpp
100% New File 2395 char_ptr.hpp
100% New File 1783 check_container_size.hpp
100% New File 1008 check_container_size_decl.hpp
100% New File 725 define.hpp
100% New File 771 define_decl.hpp
100% New File 3597 deque.hpp
100% New File 7089 ext.hpp
100% New File 774 ext_decl.hpp
100% New File 8431 fixint.hpp
100% New File 1095 fixint_decl.hpp
100% New File 3203 float.hpp
100% New File 12706 int.hpp
100% New File 1060 int_decl.hpp
100% New File 3507 list.hpp
100% New File 12181 map.hpp
100% New File 830 map_decl.hpp
100% New File 663 msgpack_tuple.hpp
100% New File 688 msgpack_tuple_decl.hpp
100% New File 1750 nil.hpp
100% New File 949 nil_decl.hpp
100% New File 2692 pair.hpp
100% New File 2569 raw.hpp
100% New File 768 raw_decl.hpp
100% New File 6741 set.hpp
100% New File 2895 size_equal_only.hpp
100% New File 1153 size_equal_only_decl.hpp
100% New File 2402 string.hpp
100% New File 2630 v4raw.hpp
100% New File 739 v4raw_decl.hpp
100% New File 4243 vector.hpp
100% New File 2939 vector_bool.hpp
100% New File 3840 vector_char.hpp
100% New File 4001 vector_unsigned_char.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\boost\
100% New File 6377 fusion.hpp
100% New File 15338 msgpack_variant.hpp
100% New File 2024 msgpack_variant_decl.hpp
100% New File 2835 optional.hpp
100% New File 2430 string_ref.hpp
100% New File 2444 string_view.hpp
New Dir 10 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\cpp11\
100% New File 4382 array.hpp
100% New File 2888 array_char.hpp
100% New File 3067 array_unsigned_char.hpp
100% New File 3166 forward_list.hpp
100% New File 1926 reference_wrapper.hpp
100% New File 2284 shared_ptr.hpp
100% New File 5013 tuple.hpp
100% New File 2279 unique_ptr.hpp
100% New File 7677 unordered_map.hpp
100% New File 7095 unordered_set.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\cpp17\
100% New File 2357 optional.hpp
100% New File 2263 string_view.hpp
New Dir 12 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\detail\
100% New File 166040 cpp03_define_array.hpp
100% New File 17308 cpp03_define_array_decl.hpp
100% New File 110117 cpp03_define_map.hpp
100% New File 16921 cpp03_define_map_decl.hpp
100% New File 1.1 m cpp03_msgpack_tuple.hpp
100% New File 69952 cpp03_msgpack_tuple_decl.hpp
100% New File 3951 cpp11_define_array.hpp
100% New File 989 cpp11_define_array_decl.hpp
100% New File 3653 cpp11_define_map.hpp
100% New File 931 cpp11_define_map_decl.hpp
100% New File 6641 cpp11_msgpack_tuple.hpp
100% New File 3542 cpp11_msgpack_tuple_decl.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\adaptor\tr1\
100% New File 6699 unordered_map.hpp
100% New File 6273 unordered_set.hpp
New Dir 4 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v1\detail\
100% New File 20334 cpp03_zone.hpp
100% New File 1187 cpp03_zone_decl.hpp
100% New File 9225 cpp11_zone.hpp
100% New File 1225 cpp11_zone_decl.hpp
New Dir 21 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v2\
100% New File 1464 cpp_config_decl.hpp
100% New File 8688 create_object_visitor.hpp
100% New File 684 fbuffer_decl.hpp
100% New File 644 iterator_decl.hpp
100% New File 876 meta_decl.hpp
100% New File 2170 null_visitor.hpp
100% New File 673 object.hpp
100% New File 928 object_decl.hpp
100% New File 3069 object_fwd.hpp
100% New File 1506 object_fwd_decl.hpp
100% New File 952 pack_decl.hpp
100% New File 38116 parse.hpp
100% New File 933 parse_return.hpp
100% New File 702 sbuffer_decl.hpp
100% New File 10272 unpack.hpp
100% New File 12565 unpack_decl.hpp
100% New File 644 vrefbuffer_decl.hpp
100% New File 26363 x3_parse.hpp
100% New File 3558 x3_unpack.hpp
100% New File 627 zbuffer_decl.hpp
100% New File 613 zone_decl.hpp
New Dir 14 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v2\adaptor\
100% New File 1262 adaptor_base.hpp
100% New File 1060 adaptor_base_decl.hpp
100% New File 733 array_ref_decl.hpp
100% New File 871 check_container_size_decl.hpp
100% New File 771 define_decl.hpp
100% New File 694 ext_decl.hpp
100% New File 931 fixint_decl.hpp
100% New File 1083 int_decl.hpp
100% New File 680 map_decl.hpp
100% New File 688 msgpack_tuple_decl.hpp
100% New File 858 nil_decl.hpp
100% New File 673 raw_decl.hpp
100% New File 789 size_equal_only_decl.hpp
100% New File 720 v4raw_decl.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v2\adaptor\boost\
100% New File 922 msgpack_variant_decl.hpp
New Dir 6 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v2\adaptor\detail\
100% New File 793 cpp03_define_array_decl.hpp
100% New File 758 cpp03_define_map_decl.hpp
100% New File 880 cpp03_msgpack_tuple_decl.hpp
100% New File 827 cpp11_define_array_decl.hpp
100% New File 784 cpp11_define_map_decl.hpp
100% New File 1297 cpp11_msgpack_tuple_decl.hpp
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\msgpack\v2\detail\
100% New File 650 cpp03_zone_decl.hpp
100% New File 637 cpp11_zone_decl.hpp
New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\include\rpc\nonstd\
100% New File 26008 optional.hpp
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 84 83 1 0 0 0
Files : 688 688 0 0 0 0
Bytes : 5.11 m 5.11 m 0 0 0 0
Times : 0:00:01 0:00:00 0:00:00 0:00:00
Speed : 16,819,081 Bytes/sec.
Speed : 962.396 MegaBytes/min.
Ended : Friday, 28 November 2025 6:15:15 pm
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, 28 November 2025 6:15:15 pm
Source : D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Debug\
Dest : D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\lib\x64\Debug\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
New Dir 2 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Debug\
100% New File 15.3 m rpc.lib
100% New File 2.4 m rpc.pdb
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 1 0 0 0 0
Files : 2 2 0 0 0 0
Bytes : 17.79 m 17.79 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 6,218,194,000 Bytes/sec.
Speed : 355,807.906 MegaBytes/min.
Ended : Friday, 28 November 2025 6:15:15 pm
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, 28 November 2025 6:15:15 pm
Source : D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Release\
Dest : D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\lib\x64\Release\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30 ------------------------------------------------------------------------------ New Dir 1 D:\AirSim-1.8.1-windows\external\rpclib\rpclib-2.3.0\build\Release\ 100% New File 2.6 m rpc.lib
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 1 0 0 0 0
Files : 1 1 0 0 0 0
Bytes : 2.60 m 2.60 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 2,729,592,000 Bytes/sec.
Speed : 156,188.500 MegaBytes/min.
Ended : Friday, 28 November 2025 6:15:15 pm
*****************************************************************************************
Downloading high-poly car assets.... The download is ~37MB and can take some time.
To install without this assets, re-run build.cmd with the argument --no-full-poly-car
*****************************************************************************************
The system cannot find the file specified.
1 dir(s) moved.
MSBuild version 17.14.23+b0019275e for .NET Framework
Build started 28/11/2025 6:16:10 pm.
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" on node 1 (default targets).
1>ValidateSolutionConfiguration:
Building solution configuration "Debug|x64".
ValidateProjects:
The project "UnrealPluginFiles" is not selected for building in solution configuration "Debug|x64".
The project "PythonClient" is not selected for building in solution configuration "Debug|x64".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkCom.vcxproj" (8) on node 4 (default targets).
8>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\".
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkCom.tlog\".
InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkCom.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkCom.tlog\unsuccessfulbuild".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\SGM\src\stereoPipeline\stereoPipeline.vcxproj" (11) on node 12 (default targets).
11>PrepareForBuild:
Creating directory "..\..\obj\v143\x64\Debug\stereoPipeline\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "..\..\lib\v143\x64\Debug\".
Creating directory "..\..\obj\v143\x64\Debug\stereoPipeline\stereoPipeline.tlog\".
InitializeBuildStatus:
Creating "..\..\obj\v143\x64\Debug\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "..\..\obj\v143\x64\Debug\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\SGM\src\sgmstereo\sgmstereo.vcxproj" (12) on node 3 (default targets).
12>PrepareForBuild:
Creating directory "..\..\obj\v143\x64\Debug\sgmstereo\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.tlog\".
InitializeBuildStatus:
Creating "..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.tlog\unsuccessfulbuild".
8>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Icommon_utils /Iinclude /ZI /JMC /nologo /W3 /WX /diagnostics:column /Od /D _WIN32 /D _WIN32_WINNT
=0x0600 /D NOMINMAX /D VC_EXTRALEAN /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D _LIB /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.pdb" /FR"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\\" /exte
rnal:W3 /Gd /TP /FC /errorReport:queue common_utils\FileSystem.cpp common_utils\ThreadUtils.cpp src\UdpSocket.cpp src\impl\UdpSocketImpl.cpp src\AdHocConnection.cpp src\impl\AdHocConnectionImpl.cpp src\impl\
MavLinkFtpClientImpl.cpp src\impl\MavLinkNodeImpl.cpp src\impl\MavLinkTcpServerImpl.cpp src\impl\onecore\OneCoreFindSerialPorts.cpp src\impl\windows\WindowsFindSerialPorts.cpp src\MavLinkFtpClient.cpp src\Ma
vLinkLog.cpp src\MavLinkMessageBase.cpp src\MavLinkMessages.cpp src\MavLinkNode.cpp src\Semaphore.cpp src\MavLinkTcpServer.cpp src\MavLinkVehicle.cpp src\impl\MavLinkVehicleImpl.cpp src\MavLinkConnection.cpp
src\impl\MavLinkConnectionImpl.cpp src\MavLinkVideoStream.cpp src\impl\MavLinkVideoStreamImpl.cpp src\serial_com\SerialPort.cpp src\serial_com\SocketInit.cpp src\serial_com\TcpClientPort.cpp src\serial_com\
UdpClientPort.cpp src\serial_com\wifi.cpp
11>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I..\sgmstereo /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D WIN32 /D _DEBUG /D _CONSOLE /D _
UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"..\..\obj\v143\x64\Debug\stereoPipeline\\" /Fd"..\..\lib\v143\x64\Debug\stereoPipeline.pdb" /external:W4 /Gd /TP /
FC /errorReport:queue StateStereo.cpp
12>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Zi /nologo /W4 /WX- /diagnostics:column /Od /D NOMINMAX /D _UNICODE /D UNICODE /D _UNICODE /D UNIC
ODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"..\..\obj\v143\x64\Debug\sgmstereo\\" /Fd"..\..\lib\v143\x64\Debug\sgmstereo.pdb" /external:W4 /Gd /TP /FC /errorReport:queue dsi
mage.cpp sgmstereo.cpp
8>ClCompile:
FileSystem.cpp
11>ClCompile:
StateStereo.cpp
12>ClCompile:
dsimage.cpp
sgmstereo.cpp
Generating Code...
Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"..\..\lib\v143\x64\Debug\sgmstereo.lib" /NOLOGO /MACHINE:X64 ..\..\obj\v143\x64\Debug\sgmstereo
\dsimage.obj
..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.obj
11>Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"..\..\lib\v143\x64\Debug\stereoPipeline.lib" /NOLOGO /MACHINE:X64 ..\..\obj\v143\x64\Debug\ster
eoPipeline\StateStereo.obj
12>Lib:
sgmstereo.vcxproj -> D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Debug\sgmstereo.lib
11>Lib:
stereoPipeline.vcxproj -> D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Debug\stereoPipeline.lib
12>FinalizeBuildStatus:
Deleting file "..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.tlog\unsuccessfulbuild".
Touching "..\..\obj\v143\x64\Debug\sgmstereo\sgmstereo.tlog\sgmstereo.lastbuildstate".
12>Done Building Project "D:\AirSim-1.8.1-windows\SGM\src\sgmstereo\sgmstereo.vcxproj" (default targets).
11>FinalizeBuildStatus:
Deleting file "..\..\obj\v143\x64\Debug\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild".
Touching "..\..\obj\v143\x64\Debug\stereoPipeline\stereoPipeline.tlog\stereoPipeline.lastbuildstate".
11>Done Building Project "D:\AirSim-1.8.1-windows\SGM\src\stereoPipeline\stereoPipeline.vcxproj" (default targets).
8>ClCompile:
ThreadUtils.cpp
UdpSocket.cpp
UdpSocketImpl.cpp
AdHocConnection.cpp
AdHocConnectionImpl.cpp
MavLinkFtpClientImpl.cpp
MavLinkNodeImpl.cpp
MavLinkTcpServerImpl.cpp
OneCoreFindSerialPorts.cpp
WindowsFindSerialPorts.cpp
MavLinkFtpClient.cpp
MavLinkLog.cpp
MavLinkMessageBase.cpp
MavLinkMessages.cpp
MavLinkNode.cpp
Semaphore.cpp
MavLinkTcpServer.cpp
MavLinkVehicle.cpp
MavLinkVehicleImpl.cpp
Generating Code...
Compiling...
MavLinkConnection.cpp
MavLinkConnectionImpl.cpp
MavLinkVideoStream.cpp
MavLinkVideoStreamImpl.cpp
SerialPort.cpp
SocketInit.cpp
TcpClientPort.cpp
UdpClientPort.cpp
wifi.cpp
Generating Code...
Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib" /LIBPATH:\stage\lib /NOLOGO /M
ACHINE:X64 /machine:x64 "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\FileSystem.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\ThreadUtils.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\UdpSocket.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\UdpSocketImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\AdHocConnection.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\AdHocConnectionImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkFtpClientImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkNodeImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkTcpServerImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\OneCoreFindSerialPorts.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\WindowsFindSerialPorts.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkFtpClient.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkLog.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkMessageBase.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkMessages.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkNode.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\Semaphore.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkTcpServer.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVehicle.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVehicleImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkConnection.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkConnectionImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVideoStream.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVideoStreamImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\SerialPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\SocketInit.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\TcpClientPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\UdpClientPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\wifi.obj"
MavLinkCom.vcxproj -> D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib
BscMake:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\bscmake.exe /nologo /o"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.bsc" /n "D:\AirSim-1.8.1-w
indows\MavLinkCom\temp\MavLinkCom\x64\Debug\FileSystem.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\ThreadUtils.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\UdpSoc
ket.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\UdpSocketImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\AdHocConnection.sbr" "D:\AirSim-1.8.1-windows\MavLinkCo
m\temp\MavLinkCom\x64\Debug\AdHocConnectionImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkFtpClientImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavL
inkNodeImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkTcpServerImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\OneCoreFindSerialPorts.sbr" "D:\AirSim-1
.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\WindowsFindSerialPorts.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkFtpClient.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavL
inkCom\x64\Debug\MavLinkLog.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkMessageBase.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkMessages.sbr" "D:\A
irSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkNode.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\Semaphore.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\
Debug\MavLinkTcpServer.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVehicle.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVehicleImpl.sbr" "D:\AirSim-
1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkConnection.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkConnectionImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\Mav
LinkCom\x64\Debug\MavLinkVideoStream.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkVideoStreamImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\SerialPort.sb
r" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\SocketInit.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\TcpClientPort.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavL
inkCom\x64\Debug\UdpClientPort.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\wifi.sbr"
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkCom.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Debug\MavLinkCom.tlog\MavLinkCom.lastbuildstate".
8>Done Building Project "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkCom.vcxproj" (default targets).
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj" (4) on node 6 (default targets).
4>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\MavLinkTest.vcxproj" (5) on node 10 (default targets).
5>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\".
4>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
5>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
4>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\".
5>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Debug\".
4>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\AirLib.tlog\".
5>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.tlog\".
InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.tlog\unsuccessfulbuild".
4>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\AirLib.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\AirLib.tlog\unsuccessfulbuild".
5>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I../include /I../common_utils /ZI /JMC /nologo /W3 /WX /diagnostics:column /sdl- /Od /D _WIN32_WIN
NT=0x0600 /D _WIN32 /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D _CONSOLE /D _DEBUG /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D
:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\vc143.pdb" /FR"D:\AirSim-1.8.1-windows\MavLinkCom\Mav
LinkTest\temp\MavLinkTest\x64\Debug\\" /external:W3 /Gd /TP /FC /errorReport:queue Commands.cpp main.cpp UnitTests.cpp
4>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Iinclude /Ideps\eigen3 /Ideps\rpclib\include /I"D:\AirSim-1.8.1-windows\AirLib\..\MavLinkCom\inclu
de" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D _LIB /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inli
ne /std:c++17 /Fo"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd
4571 /FC /errorReport:queue /w34263 /w34266 src\api\RpcLibClientBase.cpp src\api\RpcLibServerBase.cpp src\vehicles\multirotor\api\MultirotorApiBase.cpp src\safety\ObstacleMap.cpp src\safety\SafetyEval.cpp sr
c\common\common_utils\FileSystem.cpp src\vehicles\car\api\CarRpcLibClient.cpp src\vehicles\car\api\CarRpcLibServer.cpp src\vehicles\multirotor\api\MultirotorRpcLibClient.cpp src\vehicles\multirotor\api\Multi
rotorRpcLibServer.cpp
5>ClCompile:
Commands.cpp
4>ClCompile:
RpcLibClientBase.cpp
5>ClCompile:
main.cpp
UnitTests.cpp
Generating Code...
Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Debug\MavLinkTest.
exe" /INCREMENTAL /ILK:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.ilk" /NOLOGO kernel32.lib user32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comd
lg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\MavL
inkCom\MavLinkTest\build\x64\Debug\MavLinkTest.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Debug\MavLinkTest.lib" /MACHINE:X64 "D
:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\Commands.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\UnitTests.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
4>ClCompile:
RpcLibServerBase.cpp
5>Link:
MavLinkTest.vcxproj -> D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Debug\MavLinkTest.exe
BscMake:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\bscmake.exe /nologo /o"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Debug\MavLinkTest.bsc" /n "D:
\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\Commands.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\main.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\
MavLinkTest\temp\MavLinkTest\x64\Debug\UnitTests.sbr"
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Debug\MavLinkTest.tlog\MavLinkTest.lastbuildstate".
5>Done Building Project "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\MavLinkTest.vcxproj" (default targets).
4>ClCompile:
MultirotorApiBase.cpp
ObstacleMap.cpp
SafetyEval.cpp
FileSystem.cpp
CarRpcLibClient.cpp
CarRpcLibServer.cpp
MultirotorRpcLibClient.cpp
MultirotorRpcLibServer.cpp
Generating Code...
Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib" rpc.lib /LIBPATH:deps\rpclib\lib\x64\D
ebug /NOLOGO /MACHINE:X64 "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\RpcLibClientBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\RpcLibServerBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\MultirotorApiBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\ObstacleMap.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\SafetyEval.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\FileSystem.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\CarRpcLibClient.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\CarRpcLibServer.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\MultirotorRpcLibClient.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\MultirotorRpcLibServer.obj"
AirLib.vcxproj -> D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\AirLib.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Debug\AirLib.tlog\AirLib.lastbuildstate".
4>Done Building Project "D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj" (default targets).
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\DroneShell\DroneShell.vcxproj" (2) on node 1 (default targets).
2>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\HelloSpawnedDrones.vcxproj" (9) on node 5 (default targets).
9>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\DroneServer\DroneServer.vcxproj" (6) on node 7 (default targets).
6>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj" (7) on node 9 (default targets).
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloDrone\HelloDrone.vcxproj" (10) on node 8 (default targets).
10>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloCar\HelloCar.vcxproj" (13) on node 11 (default targets).
13>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\Examples\Examples.vcxproj" (3) on node 2 (default targets).
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\".
2>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\build\x64\Debug\".
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.tlog\".
InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.tlog\unsuccessfulbuild".
9>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Debug\".
6>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
7>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
9>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpa.99CBF376.tlog\".
6>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\build\x64\Debug\".
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.tlog\".
10>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Debug\".
10>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Debug\".
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.tlog\".
10>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.tlog\".
13>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\build\x64\Debug\".
3>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
13>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.tlog\".
6>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
9>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpa.99CBF376.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpa.99CBF376.tlog\unsuccessfulbuild".
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\Examples\build\x64\Debug\".
7>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
6>InitializeBuildStatus:
Touching "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.tlog\unsuccessfulbuild".
7>InitializeBuildStatus:
Touching "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.tlog\unsuccessfulbuild".
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.tlog\".
10>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.tlog\unsuccessfulbuild".
13>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.tlog\unsuccessfulbuild".
3>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.tlog\unsuccessfulbuild".
2>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\DroneShell\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-w
indows\DroneShell\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\DroneShell\..\AirLib\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DE
BUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows
\DroneShell\temp\DroneShell\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /FC /errorReport:queue /w34263 /w34266 src\main.cpp
6>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\DroneServer\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-
windows\DroneServer\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\DroneServer\..\MavLinkCom\include" /I"D:\AirSim-1.8.1-windows\DroneServer\..\AirLib\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column
/Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\Dr
oneServer\temp\DroneServer\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /FC /errorRe
port:queue /w34263 /w34266 main.cpp
7>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\AirLibUnitTests\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\AirLib
UnitTests\..\AirLib\include" /I"D:\AirSim-1.8.1-windows\AirLibUnitTests\..\MavLinkCom\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG
/D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\\" /Fd"D:\AirSim-1.8.1-
windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /wd5205 /FC /errorReport:queue /w34263 /w34266 main.cpp
10>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloDrone\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-w
indows\HelloDrone\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloDrone\..\AirLib\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DE
BUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows
\HelloDrone\temp\HelloDrone\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /FC /errorReport:queue /w34263 /w34266 main.cpp
13>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloCar\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-win
dows\HelloCar\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloCar\..\AirLib\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D
_CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\HelloCar\
temp\HelloCar\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /FC /errorReport:queue /w34263 /w34266 main.cpp
9>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim
-1.8.1-windows\HelloSpawnedDrones\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\..\AirLib\include" /ZI /JMC /nologo /W3 /WX- /diagnostics:column /sdl /Od /D _DEBUG /D _CONSOLE /D _UNIC
ODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /permissive- /Fo"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\Hello
SpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue HelloSpawnedDrones.cpp
3>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Iinclude /I"D:\AirSim-1.8.1-windows\Examples\..\AirLib\deps\rpclib\include" /I"D:\AirSim-1.8.1-win
dows\Examples\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\Examples\..\AirLib\include" /I"D:\AirSim-1.8.1-windows\Examples\..\MavLinkCom\include" /ZI /JMC /nologo /W4 /WX /diagnostics:column /Od /D _SCL
_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\Examples\temp\
Examples\x64\Debug\\" /Fd"D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /wd4505 /wd4820 /wd4464 /wd4514 /wd4710 /wd4571 /FC /errorReport:queue /w34263 /w342
66 main.cpp
7>ClCompile:
main.cpp
10>ClCompile:
main.cpp
13>ClCompile:
main.cpp
9>ClCompile:
HelloSpawnedDrones.cpp
6>ClCompile:
main.cpp
2>ClCompile:
main.cpp
3>ClCompile:
main.cpp
10>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Debug\HelloDrone.exe" /INCREME
NTAL /ILK:"D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloDrone\\..\AirLib\deps\MavLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.
1-windows\HelloDrone\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloDrone\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.
lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\D
ebug\HelloDrone.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Debug\HelloDrone.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\HelloDrone\temp\Hello
Drone\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
HelloDrone.vcxproj -> D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Debug\HelloDrone.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Debug\HelloDrone.tlog\HelloDrone.lastbuildstate".
10>Done Building Project "D:\AirSim-1.8.1-windows\HelloDrone\HelloDrone.vcxproj" (default targets).
9>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Debug\HelloSpawnedDron
es.exe" /INCREMENTAL /ILK:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpawnedDrones.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\deps\Ma
vLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\lib\x64\Debug" rpc.lib AirLi
b.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'"
/manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Debug\HelloSpawnedDrones.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloSpawne
dDrones\build\x64\Debug\HelloSpawnedDrones.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpawnedDrones.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
HelloSpawnedDrones.vcxproj -> D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Debug\HelloSpawnedDrones.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpa.99CBF376.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Debug\HelloSpa.99CBF376.tlog\HelloSpawnedDrones.lastbuildstate".
9>Done Building Project "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\HelloSpawnedDrones.vcxproj" (default targets).
2>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\Debug\DroneShell.exe" /INCREME
NTAL /ILK:"D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\DroneShell\\..\AirLib\deps\MavLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.
1-windows\DroneShell\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\DroneShell\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.
lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\D
ebug\DroneShell.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\Debug\DroneShell.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\DroneShell\temp\Drone
Shell\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
DroneShell.vcxproj -> D:\AirSim-1.8.1-windows\DroneShell\build\x64\Debug\DroneShell.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Debug\DroneShell.tlog\DroneShell.lastbuildstate".
2>Done Building Project "D:\AirSim-1.8.1-windows\DroneShell\DroneShell.vcxproj" (default targets).
13>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Debug\HelloCar.exe" /INCREMENTAL
/ILK:"D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloCar\\..\AirLib\deps\MavLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\He
lloCar\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloCar\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Debug\HelloCar.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Debug\HelloCar.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
HelloCar.vcxproj -> D:\AirSim-1.8.1-windows\HelloCar\build\x64\Debug\HelloCar.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Debug\HelloCar.tlog\HelloCar.lastbuildstate".
13>Done Building Project "D:\AirSim-1.8.1-windows\HelloCar\HelloCar.vcxproj" (default targets).
6>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\DroneServer\build\x64\Debug\DroneServer.exe" /INCRE
MENTAL /ILK:"D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\DroneServer\\..\AirLib\deps\MavLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSi
m-1.8.1-windows\DroneServer\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\DroneServer\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib a
dvapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\DroneServer\bu
ild\x64\Debug\DroneServer.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\DroneServer\build\x64\Debug\DroneServer.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\DroneServ
er\temp\DroneServer\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
DroneServer.vcxproj -> D:\AirSim-1.8.1-windows\DroneServer\build\x64\Debug\DroneServer.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Debug\DroneServer.tlog\DroneServer.lastbuildstate".
6>Done Building Project "D:\AirSim-1.8.1-windows\DroneServer\DroneServer.vcxproj" (default targets).
7>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Debug\AirLibUnitTests.exe
" /INCREMENTAL /ILK:"D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\deps\MavLinkCom\lib\x64\D
ebug" /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32
.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\Air
Sim-1.8.1-windows\AirLibUnitTests\build\x64\Debug\AirLibUnitTests.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Debug\AirLibUnitTests.lib"
/MACHINE:X64 "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
AirLibUnitTests.vcxproj -> D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Debug\AirLibUnitTests.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Debug\AirLibUnitTests.tlog\AirLibUnitTests.lastbuildstate".
7>Done Building Project "D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj" (default targets).
3>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\Examples\build\x64\Debug\Examples.exe" /INCREMENTAL
/ILK:"D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.ilk" /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\Examples\\..\AirLib\deps\MavLinkCom\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\Ex
amples\\..\AirLib\deps\rpclib\lib\x64\Debug" /LIBPATH:"D:\AirSim-1.8.1-windows\Examples\\..\AirLib\lib\x64\Debug" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\Examples\build\x64\Debug\Examples.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\Examples\build\x64\Debug\Examples.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib"
"D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Debug\sgmstereo.lib"
"D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Debug\stereoPipeline.lib"
Examples.vcxproj -> D:\AirSim-1.8.1-windows\Examples\build\x64\Debug\Examples.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Debug\Examples.tlog\Examples.lastbuildstate".
3>Done Building Project "D:\AirSim-1.8.1-windows\Examples\Examples.vcxproj" (default targets).
1>Done Building Project "D:\AirSim-1.8.1-windows\AirSim.sln" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:52.52
MSBuild version 17.14.23+b0019275e for .NET Framework
Build started 28/11/2025 6:17:02 pm.
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" on node 1 (default targets).
1>ValidateSolutionConfiguration:
Building solution configuration "Release|x64".
ValidateProjects:
The project "UnrealPluginFiles" is not selected for building in solution configuration "Release|x64".
The project "PythonClient" is not selected for building in solution configuration "Release|x64".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\SGM\src\sgmstereo\sgmstereo.vcxproj" (6) on node 4 (default targets).
6>PrepareForBuild:
Creating directory "..\..\obj\v143\x64\Release\sgmstereo\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "..\..\lib\v143\x64\Release\".
Creating directory "..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.tlog\".
InitializeBuildStatus:
Creating "..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.tlog\unsuccessfulbuild".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\SGM\src\stereoPipeline\stereoPipeline.vcxproj" (11) on node 9 (default targets).
11>PrepareForBuild:
Creating directory "..\..\obj\v143\x64\Release\stereoPipeline\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "..\..\obj\v143\x64\Release\stereoPipeline\stereoPipeline.tlog\".
InitializeBuildStatus:
Creating "..\..\obj\v143\x64\Release\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "..\..\obj\v143\x64\Release\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild".
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I..\sgmstereo /Zi /nologo /W4 /WX /diagnostics:column /O2 /Oi /GL /D WIN32 /D NDEBUG /D _CONSOLE /
D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"..\..\obj\v143\x64\Release\stereoPipeline\\" /Fd"..\..\lib\v143\x64\Release\stereoPipeline.pdb" /external:W4 /Gd /
TP /FC /errorReport:queue StateStereo.cpp
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkCom.vcxproj" (12) on node 3 (default targets).
12>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\".
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkCom.tlog\".
InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkCom.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkCom.tlog\unsuccessfulbuild".
6>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Zi /nologo /W4 /WX- /diagnostics:column /O2 /D NOMINMAX /D _UNICODE /D UNICODE /D _UNICODE /D UNIC
ODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"..\..\obj\v143\x64\Release\sgmstereo\\" /Fd"..\..\lib\v143\x64\Release\sgmstereo.pdb" /external:W4 /Gd /TP /FC /errorReport:queue ds
image.cpp sgmstereo.cpp
dsimage.cpp
12>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Icommon_utils /Iinclude /Zi /nologo /W3 /WX /diagnostics:column /O2 /Oi /D _WIN32 /D _WIN32_WINNT=
0x0600 /D NOMINMAX /D VC_EXTRALEAN /D _CRT_SECURE_NO_WARNINGS /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D _LIB /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline
/std:c++17 /Fo"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.pdb" /FR"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom
\x64\Release\\" /external:W3 /Gd /TP /FC /errorReport:queue common_utils\FileSystem.cpp common_utils\ThreadUtils.cpp src\UdpSocket.cpp src\impl\UdpSocketImpl.cpp src\AdHocConnection.cpp src\impl\AdHocConnect
ionImpl.cpp src\impl\MavLinkFtpClientImpl.cpp src\impl\MavLinkNodeImpl.cpp src\impl\MavLinkTcpServerImpl.cpp src\impl\onecore\OneCoreFindSerialPorts.cpp src\impl\windows\WindowsFindSerialPorts.cpp src\MavLin
kFtpClient.cpp src\MavLinkLog.cpp src\MavLinkMessageBase.cpp src\MavLinkMessages.cpp src\MavLinkNode.cpp src\Semaphore.cpp src\MavLinkTcpServer.cpp src\MavLinkVehicle.cpp src\impl\MavLinkVehicleImpl.cpp src\
MavLinkConnection.cpp src\impl\MavLinkConnectionImpl.cpp src\MavLinkVideoStream.cpp src\impl\MavLinkVideoStreamImpl.cpp src\serial_com\SerialPort.cpp src\serial_com\SocketInit.cpp src\serial_com\TcpClientPor
t.cpp src\serial_com\UdpClientPort.cpp src\serial_com\wifi.cpp
11>ClCompile:
StateStereo.cpp
12>ClCompile:
FileSystem.cpp
6>ClCompile:
sgmstereo.cpp
Generating Code...
11>Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"..\..\lib\v143\x64\Release\stereoPipeline.lib" /NOLOGO /MACHINE:X64 /LTCG ..\..\obj\v143\x64\Re
lease\stereoPipeline\StateStereo.obj
stereoPipeline.vcxproj -> D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Release\stereoPipeline.lib
FinalizeBuildStatus:
Deleting file "..\..\obj\v143\x64\Release\stereoPipeline\stereoPipeline.tlog\unsuccessfulbuild".
Touching "..\..\obj\v143\x64\Release\stereoPipeline\stereoPipeline.tlog\stereoPipeline.lastbuildstate".
11>Done Building Project "D:\AirSim-1.8.1-windows\SGM\src\stereoPipeline\stereoPipeline.vcxproj" (default targets).
6>Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"..\..\lib\v143\x64\Release\sgmstereo.lib" /NOLOGO /MACHINE:X64 /LTCG ..\..\obj\v143\x64\Release
\sgmstereo\dsimage.obj
..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.obj
sgmstereo.vcxproj -> D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Release\sgmstereo.lib
FinalizeBuildStatus:
Deleting file "..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.tlog\unsuccessfulbuild".
Touching "..\..\obj\v143\x64\Release\sgmstereo\sgmstereo.tlog\sgmstereo.lastbuildstate".
6>Done Building Project "D:\AirSim-1.8.1-windows\SGM\src\sgmstereo\sgmstereo.vcxproj" (default targets).
12>ClCompile:
ThreadUtils.cpp
UdpSocket.cpp
UdpSocketImpl.cpp
AdHocConnection.cpp
AdHocConnectionImpl.cpp
MavLinkFtpClientImpl.cpp
MavLinkNodeImpl.cpp
MavLinkTcpServerImpl.cpp
OneCoreFindSerialPorts.cpp
WindowsFindSerialPorts.cpp
MavLinkFtpClient.cpp
MavLinkLog.cpp
MavLinkMessageBase.cpp
MavLinkMessages.cpp
MavLinkNode.cpp
Semaphore.cpp
MavLinkTcpServer.cpp
MavLinkVehicle.cpp
MavLinkVehicleImpl.cpp
Generating Code...
Compiling...
MavLinkConnection.cpp
MavLinkConnectionImpl.cpp
MavLinkVideoStream.cpp
MavLinkVideoStreamImpl.cpp
SerialPort.cpp
SocketInit.cpp
TcpClientPort.cpp
UdpClientPort.cpp
wifi.cpp
Generating Code...
Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib" /LIBPATH:\stage\lib /NOLOGO
/MACHINE:X64 /machine:x64 "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\FileSystem.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\ThreadUtils.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\UdpSocket.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\UdpSocketImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\AdHocConnection.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\AdHocConnectionImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkFtpClientImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkNodeImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkTcpServerImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\OneCoreFindSerialPorts.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\WindowsFindSerialPorts.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkFtpClient.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkLog.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkMessageBase.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkMessages.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkNode.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\Semaphore.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkTcpServer.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVehicle.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVehicleImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkConnection.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkConnectionImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVideoStream.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVideoStreamImpl.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\SerialPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\SocketInit.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\TcpClientPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\UdpClientPort.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\wifi.obj"
MavLinkCom.vcxproj -> D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib
BscMake:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\bscmake.exe /nologo /o"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.bsc" /n "D:\AirSim-1.8.1
-windows\MavLinkCom\temp\MavLinkCom\x64\Release\FileSystem.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\ThreadUtils.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Releas
e\UdpSocket.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\UdpSocketImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\AdHocConnection.sbr" "D:\AirSim-1.8.1-windo
ws\MavLinkCom\temp\MavLinkCom\x64\Release\AdHocConnectionImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkFtpClientImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCo
m\x64\Release\MavLinkNodeImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkTcpServerImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\OneCoreFindSerialP
orts.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\WindowsFindSerialPorts.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkFtpClient.sbr" "D:\AirSim-1.8.1-wi
ndows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkLog.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkMessageBase.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Re
lease\MavLinkMessages.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkNode.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\Semaphore.sbr" "D:\AirSim-1.8.1-win
dows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkTcpServer.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVehicle.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\R
elease\MavLinkVehicleImpl.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkConnection.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkConnectionImpl.sbr
" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVideoStream.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkVideoStreamImpl.sbr" "D:\AirSim-1.8.1-windows\
MavLinkCom\temp\MavLinkCom\x64\Release\SerialPort.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\SocketInit.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\TcpClien
tPort.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\UdpClientPort.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\wifi.sbr"
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkCom.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\temp\MavLinkCom\x64\Release\MavLinkCom.tlog\MavLinkCom.lastbuildstate".
12>Done Building Project "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkCom.vcxproj" (default targets).
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj" (8) on node 11 (default targets).
8>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\MavLinkTest.vcxproj" (7) on node 8 (default targets).
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\".
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
8>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Release\".
8>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\".
7>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.tlog\".
8>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\AirLib.tlog\".
7>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.tlog\unsuccessfulbuild".
8>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\AirLib.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\AirLib.tlog\unsuccessfulbuild".
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Iinclude /Ideps\eigen3 /Ideps\rpclib\include /I"D:\AirSim-1.8.1-windows\AirLib\..\MavLinkCom\inclu
de" /Zi /nologo /W4 /WX /diagnostics:column /O2 /Oi /GL /D NDEBUG /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _LIB /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inli
ne /std:c++17 /Fo"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.pdb" /external:W4 /Gd /TP /FC /errorReport:queue /w34263 /w34266 src\api\
RpcLibClientBase.cpp src\api\RpcLibServerBase.cpp src\vehicles\multirotor\api\MultirotorApiBase.cpp src\safety\ObstacleMap.cpp src\safety\SafetyEval.cpp src\common\common_utils\FileSystem.cpp src\vehicles\ca
r\api\CarRpcLibClient.cpp src\vehicles\car\api\CarRpcLibServer.cpp src\vehicles\multirotor\api\MultirotorRpcLibClient.cpp src\vehicles\multirotor\api\MultirotorRpcLibServer.cpp
7>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I../include /I../common_utils /Zi /nologo /W3 /WX /diagnostics:column /sdl- /O2 /Oi /GL /D _WIN32_
WINNT=0x0600 /D _WIN32 /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windo
ws\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\vc143.pdb" /FR"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\Ma
vLinkTest\x64\Release\\" /external:W3 /Gd /TP /FC /errorReport:queue Commands.cpp main.cpp UnitTests.cpp
8>ClCompile:
RpcLibClientBase.cpp
7>ClCompile:
Commands.cpp
main.cpp
UnitTests.cpp
Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Release\MavLinkTes
t.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /M
ANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Release\MavLinkTest.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /
LTCG:incremental /LTCGOUT:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTes
t\build\x64\Release\MavLinkTest.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\Commands.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\UnitTests.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
Generating code
Previous IPDB not found, fall back to full compilation.
8>ClCompile:
RpcLibServerBase.cpp
7>Link:
All 3435 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
MavLinkTest.vcxproj -> D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Release\MavLinkTest.exe
BscMake:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\bscmake.exe /nologo /o"D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\build\x64\Release\MavLinkTest.bsc" /n "
D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\Commands.sbr" "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\main.sbr" "D:\AirSim-1.8.1-windows\MavLi
nkCom\MavLinkTest\temp\MavLinkTest\x64\Release\UnitTests.sbr"
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\temp\MavLinkTest\x64\Release\MavLinkTest.tlog\MavLinkTest.lastbuildstate".
7>Done Building Project "D:\AirSim-1.8.1-windows\MavLinkCom\MavLinkTest\MavLinkTest.vcxproj" (default targets).
8>ClCompile:
MultirotorApiBase.cpp
ObstacleMap.cpp
SafetyEval.cpp
FileSystem.cpp
CarRpcLibClient.cpp
CarRpcLibServer.cpp
MultirotorRpcLibClient.cpp
MultirotorRpcLibServer.cpp
Lib:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\Lib.exe /OUT:"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib" rpc.lib /LIBPATH:deps\rpclib\lib\x64
\Release /NOLOGO /MACHINE:X64 /LTCG "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\RpcLibClientBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\RpcLibServerBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\MultirotorApiBase.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\ObstacleMap.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\SafetyEval.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\FileSystem.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\CarRpcLibClient.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\CarRpcLibServer.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\MultirotorRpcLibClient.obj"
"D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\MultirotorRpcLibServer.obj"
AirLib.vcxproj -> D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\AirLib.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\AirLib\temp\AirLib\x64\Release\AirLib.tlog\AirLib.lastbuildstate".
8>Done Building Project "D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj" (default targets).
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\Examples\Examples.vcxproj" (5) on node 5 (default targets).
5>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloDrone\HelloDrone.vcxproj" (3) on node 10 (default targets).
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\DroneServer\DroneServer.vcxproj" (4) on node 12 (default targets).
4>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloCar\HelloCar.vcxproj" (2) on node 6 (default targets).
2>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\HelloSpawnedDrones.vcxproj" (9) on node 2 (default targets).
9>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\".
5>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\Examples\build\x64\Release\".
Creating directory "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.tlog\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj" (10) on node 7 (default targets).
10>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\".
2>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\build\x64\Release\".
4>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
2>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.tlog\".
4>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\build\x64\Release\".
Creating directory "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.tlog\".
10>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
5>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
10>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Release\".
Creating directory "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.tlog\".
5>InitializeBuildStatus:
Touching "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.tlog\unsuccessfulbuild".
9>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
2>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
9>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Release\".
1>Project "D:\AirSim-1.8.1-windows\AirSim.sln" (1) is building "D:\AirSim-1.8.1-windows\DroneShell\DroneShell.vcxproj" (13) on node 1 (default targets).
13>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\".
3>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
2>InitializeBuildStatus:
Touching "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.tlog\unsuccessfulbuild".
9>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa.99CBF376.tlog\".
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Release\".
4>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
3>PrepareForBuild:
Creating directory "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.tlog\".
4>InitializeBuildStatus:
Touching "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.tlog\unsuccessfulbuild".
10>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.tlog\unsuccessfulbuild".
9>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa.99CBF376.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa.99CBF376.tlog\unsuccessfulbuild".
3>InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.tlog\unsuccessfulbuild".
13>PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\build\x64\Release\".
Creating directory "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.tlog\".
InitializeBuildStatus:
Creating "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
Touching "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.tlog\unsuccessfulbuild".
5>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /Iinclude /I"D:\AirSim-1.8.1-windows\Examples\..\AirLib\deps\rpclib\include" /I"D:\AirSim-1.8.1-win
dows\Examples\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\Examples\..\AirLib\include" /I"D:\AirSim-1.8.1-windows\Examples\..\MavLinkCom\include" /Zi /nologo /W3 /WX /diagnostics:column /O2 /Oi /GL /D N
DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\Ex
amples\temp\Examples\x64\Release\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /w34263 /w34266 main.cpp
9>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim
-1.8.1-windows\HelloSpawnedDrones\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\..\AirLib\include" /Zi /nologo /W3 /WX- /diagnostics:column /sdl /O2 /Oi /GL /D NDEBUG /D _CONSOLE /D _U
NICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /permissive- /Fo"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\Hel
loSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue HelloSpawnedDrones.cpp
10>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\AirLibUnitTests\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\AirLib
UnitTests\..\AirLib\include" /I"D:\AirSim-1.8.1-windows\AirLibUnitTests\..\MavLinkCom\include" /Zi /nologo /W4 /WX- /diagnostics:column /O2 /Oi /GL /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD
/GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Re
lease\vc143.pdb" /external:W4 /Gd /TP /wd5205 /FC /errorReport:queue /w34263 /w34266 main.cpp
2>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloCar\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-win
dows\HelloCar\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloCar\..\AirLib\include" /Zi /nologo /W3 /WX /diagnostics:column /O2 /Oi /GL /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS
/Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\vc143.pdb" /external:W3 /G
d /TP /FC /errorReport:queue /w34263 /w34266 main.cpp
4>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\DroneServer\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-
windows\DroneServer\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\DroneServer\..\MavLinkCom\include" /I"D:\AirSim-1.8.1-windows\DroneServer\..\AirLib\include" /Zi /nologo /W3 /WX /diagnostics:column /O2
/Oi /GL /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\\" /Fd"D:\AirSi
m-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /w34263 /w34266 main.cpp
3>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\HelloDrone\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-w
indows\HelloDrone\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\HelloDrone\..\AirLib\include" /Zi /nologo /W3 /WX /diagnostics:column /O2 /Oi /GL /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /
MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\vc143.pdb" /
external:W3 /Gd /TP /FC /errorReport:queue /w34263 /w34266 main.cpp
5>ClCompile:
main.cpp
9>ClCompile:
HelloSpawnedDrones.cpp
2>ClCompile:
main.cpp
10>ClCompile:
main.cpp
4>ClCompile:
main.cpp
13>ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\CL.exe /c /I"D:\AirSim-1.8.1-windows\DroneShell\..\AirLib\deps\rpclib\include" /Iinclude /I"D:\AirSim-1.8.1-w
indows\DroneShell\..\AirLib\deps\eigen3" /I"D:\AirSim-1.8.1-windows\DroneShell\..\AirLib\include" /Zi /nologo /W3 /WX /diagnostics:column /O2 /Oi /GL /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /
MD /GS /Gy /Zc:wchar_t /Zc:forScope /Zc:inline /std:c++17 /Fo"D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\\" /Fd"D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\vc143.pdb" /
external:W3 /Gd /TP /FC /errorReport:queue /w34263 /w34266 src\main.cpp
3>ClCompile:
main.cpp
13>ClCompile:
main.cpp
10>D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\MavLinkMultirotorApi.hpp(603,42): warning C4100: 'last_interval': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\Ai
rLibUnitTests.vcxproj]
(compiling source file 'main.cpp')
10>D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\ArduCopterSoloApi.hpp(173,84): warning C4100: 'connection': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUn
itTests.vcxproj]
(compiling source file 'main.cpp')
10>D:\AirSim-1.8.1-windows\AirLib\include\common\StateReporterWrapper.hpp(52,58): warning C4100: 'err': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj]
(compiling source file 'main.cpp')
3>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Release\HelloDrone.exe" /INCRE
MENTAL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloDrone\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloDrone\\..\AirLib\deps\rpclib\lib\x64\Release" /LIBPATH:"D:\Ai
rSim-1.8.1-windows\HelloDrone\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
/MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Release\HelloDrone.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:increm
ental /LTCGOUT:"D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Release\HelloDrone.lib" /
MACHINE:X64 "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
Generating code
Previous IPDB not found, fall back to full compilation.
9>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Release\HelloSpawnedDr
ones.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\deps\rpclib\
lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\\..\AirLib\lib\x64\Release" rpc.lib AirLib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32
.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Release\HelloS
pawnedDrones.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:incremental /LTCGOUT:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpawnedDrones.iobj" /TLBID:1 /DYNAMICBAS
E /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Release\HelloSpawnedDrones.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa
wnedDrones.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
Generating code
Previous IPDB not found, fall back to full compilation.
13>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\Release\DroneShell.exe" /INCRE
MENTAL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\DroneShell\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\DroneShell\\..\AirLib\deps\rpclib\lib\x64\Release" /LIBPATH:"D:\Ai
rSim-1.8.1-windows\DroneShell\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
/MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\Release\DroneShell.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:increm
ental /LTCGOUT:"D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\DroneShell\build\x64\Release\DroneShell.lib" /
MACHINE:X64 "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
Generating code
Previous IPDB not found, fall back to full compilation.
3>Link:
All 2606 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
2>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Release\HelloCar.exe" /INCREMENT
AL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\HelloCar\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\HelloCar\\..\AirLib\deps\rpclib\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8
.1-windows\HelloCar\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Release\HelloCar.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:incremental /LTCGOUT
:"D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\HelloCar\build\x64\Release\HelloCar.lib" /MACHINE:X64 "D:\AirSim-1
.8.1-windows\HelloCar\temp\HelloCar\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
3>Link:
HelloDrone.vcxproj -> D:\AirSim-1.8.1-windows\HelloDrone\build\x64\Release\HelloDrone.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloDrone\temp\HelloDrone\x64\Release\HelloDrone.tlog\HelloDrone.lastbuildstate".
3>Done Building Project "D:\AirSim-1.8.1-windows\HelloDrone\HelloDrone.vcxproj" (default targets).
4>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\DroneServer\build\x64\Release\DroneServer.exe" /INC
REMENTAL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\DroneServer\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\DroneServer\\..\AirLib\deps\rpclib\lib\x64\Release" /LIBPATH:"D
:\AirSim-1.8.1-windows\DroneServer\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32
.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\DroneServer\build\x64\Release\DroneServer.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG
:incremental /LTCGOUT:"D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\DroneServer\build\x64\Release\DroneS
erver.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
2>Link:
Generating code
Previous IPDB not found, fall back to full compilation.
9>Link:
All 1933 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
4>Link:
Generating code
Previous IPDB not found, fall back to full compilation.
9>Link:
HelloSpawnedDrones.vcxproj -> D:\AirSim-1.8.1-windows\HelloSpawnedDrones\build\x64\Release\HelloSpawnedDrones.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa.99CBF376.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\temp\HelloSpawnedDrones\x64\Release\HelloSpa.99CBF376.tlog\HelloSpawnedDrones.lastbuildstate".
9>Done Building Project "D:\AirSim-1.8.1-windows\HelloSpawnedDrones\HelloSpawnedDrones.vcxproj" (default targets).
10>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Release\AirLibUnitTests.e
xe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\deps\rpclib\lib\x64\Rele
ase" /LIBPATH:"D:\AirSim-1.8.1-windows\AirLibUnitTests\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Release\AirLibUnitTests.pdb" /SUBSYSTEM:CON
SOLE /OPT:REF /OPT:ICF /LTCG:incremental /LTCGOUT:"D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-wind
ows\AirLibUnitTests\build\x64\Release\AirLibUnitTests.lib" /MACHINE:X64 "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
2>Link:
All 1919 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
10>Link:
Generating code
Previous IPDB not found, fall back to full compilation.
2>Link:
HelloCar.vcxproj -> D:\AirSim-1.8.1-windows\HelloCar\build\x64\Release\HelloCar.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\HelloCar\temp\HelloCar\x64\Release\HelloCar.tlog\HelloCar.lastbuildstate".
2>Done Building Project "D:\AirSim-1.8.1-windows\HelloCar\HelloCar.vcxproj" (default targets).
10>Link:
All 8738 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
AirLibUnitTests.vcxproj -> D:\AirSim-1.8.1-windows\AirLibUnitTests\build\x64\Release\AirLibUnitTests.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\AirLibUnitTests\temp\AirLibUnitTests\x64\Release\AirLibUnitTests.tlog\AirLibUnitTests.lastbuildstate".
10>Done Building Project "D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj" (default targets).
13>Link:
All 4674 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
DroneShell.vcxproj -> D:\AirSim-1.8.1-windows\DroneShell\build\x64\Release\DroneShell.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\DroneShell\temp\DroneShell\x64\Release\DroneShell.tlog\DroneShell.lastbuildstate".
13>Done Building Project "D:\AirSim-1.8.1-windows\DroneShell\DroneShell.vcxproj" (default targets).
5>Link:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\AirSim-1.8.1-windows\Examples\build\x64\Release\Examples.exe" /INCREMENT
AL:NO /NOLOGO /LIBPATH:"D:\AirSim-1.8.1-windows\Examples\\..\AirLib\deps\MavLinkCom\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8.1-windows\Examples\\..\AirLib\deps\rpclib\lib\x64\Release" /LIBPATH:"D:\AirSim-1.8
.1-windows\Examples\\..\AirLib\lib\x64\Release" rpc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\AirSim-1.8.1-windows\Examples\build\x64\Release\Examples.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:incremental /LTCGOUT
:"D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\AirSim-1.8.1-windows\Examples\build\x64\Release\Examples.lib" /MACHINE:X64 "D:\AirSim-1
.8.1-windows\Examples\temp\Examples\x64\Release\main.obj"
"D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\MavLinkCom.lib"
"D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib"
"D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Release\sgmstereo.lib"
"D:\AirSim-1.8.1-windows\SGM\lib\v143\x64\Release\stereoPipeline.lib"
Generating code
Previous IPDB not found, fall back to full compilation.
All 2444 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
Examples.vcxproj -> D:\AirSim-1.8.1-windows\Examples\build\x64\Release\Examples.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\Examples\temp\Examples\x64\Release\Examples.tlog\Examples.lastbuildstate".
5>Done Building Project "D:\AirSim-1.8.1-windows\Examples\Examples.vcxproj" (default targets).
4>Link:
All 13893 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
DroneServer.vcxproj -> D:\AirSim-1.8.1-windows\DroneServer\build\x64\Release\DroneServer.exe
FinalizeBuildStatus:
Deleting file "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.tlog\unsuccessfulbuild".
Touching "D:\AirSim-1.8.1-windows\DroneServer\temp\DroneServer\x64\Release\DroneServer.tlog\DroneServer.lastbuildstate".
4>Done Building Project "D:\AirSim-1.8.1-windows\DroneServer\DroneServer.vcxproj" (default targets).
1>Done Building Project "D:\AirSim-1.8.1-windows\AirSim.sln" (default targets).
Build succeeded.
"D:\AirSim-1.8.1-windows\AirSim.sln" (default target) (1) ->
"D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj" (default target) (10) ->
(ClCompile target) ->
D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\MavLinkMultirotorApi.hpp(603,42): warning C4100: 'last_interval': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\
AirLibUnitTests.vcxproj]
D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\ArduCopterSoloApi.hpp(173,84): warning C4100: 'connection': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLib
UnitTests.vcxproj]
D:\AirSim-1.8.1-windows\AirLib\include\common\StateReporterWrapper.hpp(52,58): warning C4100: 'err': unreferenced parameter [D:\AirSim-1.8.1-windows\AirLibUnitTests\AirLibUnitTests.vcxproj]
3 Warning(s)
0 Error(s)
Time Elapsed 00:00:54.91
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, 28 November 2025 6:17:57 pm
Source : D:\AirSim-1.8.1-windows\MavLinkCom\include\
Dest : D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
15 D:\AirSim-1.8.1-windows\MavLinkCom\include\
100% New File 3427 AdHocConnection.hpp
100% New File 3831 AsyncResult.hpp
100% New File 8344 MavLinkConnection.hpp
100% New File 821 MavLinkDebugLog.hpp
100% New File 1659 MavLinkFtpClient.hpp
100% New File 1330 MavLinkLog.hpp
100% New File 8630 MavLinkMessageBase.hpp
100% New File 425193 MavLinkMessages.hpp
100% New File 3618 MavLinkNode.hpp
100% New File 1090 MavLinkTcpServer.hpp
100% New File 3402 MavLinkVehicle.hpp
100% New File 2089 MavLinkVideoStream.hpp
100% New File 1370 Semaphore.hpp
100% New File 1375 UdpSocket.hpp
100% New File 3196 VehicleState.hpp
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 15 15 0 0 0 0
Bytes : 458.3 k 458.3 k 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 58,671,875 Bytes/sec.
Speed : 3,357.232 MegaBytes/min.
Ended : Friday, 28 November 2025 6:17:57 pm
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, 28 November 2025 6:17:57 pm
Source : D:\AirSim-1.8.1-windows\MavLinkCom\lib\
Dest : D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
0 D:\AirSim-1.8.1-windows\MavLinkCom\lib\
New Dir 0 D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\
New Dir 4 D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Debug\
100% New File 14.1 m MavLinkCom.bsc
100% New File 945152 MavLinkCom.idb
100% New File 17.7 m MavLinkCom.lib
100% New File 2.6 m MavLinkCom.pdb
New Dir 3 D:\AirSim-1.8.1-windows\MavLinkCom\lib\x64\Release\
100% New File 14.0 m MavLinkCom.bsc
100% New File 8.9 m MavLinkCom.lib
100% New File 2.6 m MavLinkCom.pdb
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 4 3 1 0 0 0
Files : 7 7 0 0 0 0
Bytes : 61.04 m 61.04 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 3,048,188,380 Bytes/sec.
Speed : 174,418.734 MegaBytes/min.
Ended : Friday, 28 November 2025 6:17:57 pm
New File 5 D:\AirSim-1.8.1-windows\AirLib\.gitignore
New File 29688 D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj
New File 21702 D:\AirSim-1.8.1-windows\AirLib\AirLib.vcxproj.filters
New File 198 D:\AirSim-1.8.1-windows\AirLib\update_mavlibkcom.bat
New File 1206 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Cholesky
New File 1900 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\CholmodSupport
New File 694 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\CMakeLists.txt
New File 17961 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Core
New File 122 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Dense
New File 35 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Eigen
New File 1822 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Eigenvalues
New File 2050 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Geometry
New File 874 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Householder
New File 2083 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\IterativeLinearSolvers
New File 939 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Jacobi
New File 1433 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\LU
New File 991 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\MetisSupport
New File 2483 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\OrderingMethods
New File 1116 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\PardisoSupport
New File 1676 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\PaStiXSupport
New File 1317 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\QR
New File 945 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\QtAlignedMalloc
New File 919 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\Sparse
New File 1371 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SparseCholesky
New File 2240 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SparseCore
New File 1713 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SparseLU
New File 1222 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SparseQR
New File 1162 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SPQRSupport
New File 797 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\StdDeque
New File 726 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\StdList
New File 803 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\StdVector
New File 2243 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SuperLUSupport
New File 1629 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\SVD
New File 1382 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\UmfPackSupport
New File 24480 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Cholesky\LDLT.h
New File 18395 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Cholesky\LLT.h
New File 3974 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Cholesky\LLT_LAPACKE.h
New File 22307 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\CholmodSupport\CholmodSupport.h
New File 12115 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Array.h
New File 8179 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ArrayBase.h
New File 6775 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ArrayWrapper.h
New File 2720 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Assign.h
New File 38153 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\AssignEvaluator.h
New File 12479 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Assign_MKL.h
New File 13910 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\BandMatrix.h
New File 18064 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Block.h
New File 4249 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\BooleanRedux.h
New File 5689 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CommaInitializer.h
New File 6990 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ConditionEstimator.h
New File 62197 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CoreEvaluators.h
New File 4525 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CoreIterators.h
New File 7593 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CwiseBinaryOp.h
New File 31424 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CwiseNullaryOp.h
New File 8256 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CwiseTernaryOp.h
New File 3877 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CwiseUnaryOp.h
New File 5282 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\CwiseUnaryView.h
New File 27420 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\DenseBase.h
New File 24212 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\DenseCoeffsBase.h
New File 21959 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\DenseStorage.h
New File 9597 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Diagonal.h
New File 12666 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\DiagonalMatrix.h
New File 970 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\DiagonalProduct.h
New File 11507 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Dot.h
New File 5619 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\EigenBase.h
New File 4769 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ForceAlignedAccess.h
New File 5705 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Fuzzy.h
New File 21123 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\GeneralProduct.h
New File 22185 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\GenericPacketMath.h
New File 10222 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\GlobalFunctions.h
New File 3519 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Inverse.h
New File 7076 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\IO.h
New File 7239 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Map.h
New File 10991 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\MapBase.h
New File 40865 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\MathFunctions.h
New File 3369 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\MathFunctionsImpl.h
New File 19067 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Matrix.h
New File 23213 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\MatrixBase.h
New File 3400 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\NestByValue.h
New File 3582 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\NoAlias.h
New File 9234 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\NumTraits.h
New File 21646 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\PermutationMatrix.h
New File 45180 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\PlainObjectBase.h
New File 7235 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Product.h
New File 49497 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ProductEvaluators.h
New File 6379 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Random.h
New File 17852 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Redux.h
New File 12800 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Ref.h
New File 5595 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Replicate.h
New File 4200 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\ReturnByValue.h
New File 7073 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Reverse.h
New File 6020 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Select.h
New File 14245 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\SelfAdjointView.h
New File 1697 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\SelfCwiseBinaryOp.h
New File 6795 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Solve.h
New File 4365 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\SolverBase.h
New File 9136 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\SolveTriangular.h
New File 7692 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\StableNorm.h
New File 3865 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Stride.h
New File 2683 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Swap.h
New File 14777 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Transpose.h
New File 14386 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Transpositions.h
New File 37234 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\TriangularMatrix.h
New File 3462 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\VectorBlock.h
New File 29441 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\VectorwiseOp.h
New File 8074 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\Visitor.h
New File 16443 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\Complex.h
New File 10797 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\MathFunctions.h
New File 37671 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\PacketMath.h
New File 18037 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\Complex.h
New File 17776 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\MathFunctions.h
New File 27841 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\PacketMath.h
New File 1194 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\TypeCasting.h
New File 15733 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX512\MathFunctions.h
New File 50985 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX512\PacketMath.h
New File 4240 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\Complex.h
New File 23528 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\Half.h
New File 2387 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\MathFunctions.h
New File 10744 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\PacketMath.h
New File 35538 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\PacketMathHalf.h
New File 5509 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\TypeCasting.h
New File 1989 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\Default\ConjHelper.h
New File 1746 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\Default\Settings.h
New File 17706 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\Complex.h
New File 2846 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\MathFunctions.h
New File 28726 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\PacketMath.h
New File 19426 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\Complex.h
New File 18888 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\MathFunctions.h
New File 35843 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\PacketMath.h
New File 1759 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\TypeCasting.h
New File 15366 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\Complex.h
New File 4418 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\MathFunctions.h
New File 32283 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\PacketMath.h
New File 6284 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\AssignmentFunctors.h
New File 18263 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\BinaryFunctors.h
New File 8229 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\NullaryFunctors.h
New File 4400 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\StlFunctors.h
New File 607 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\TernaryFunctors.h
New File 27944 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\functors\UnaryFunctors.h
New File 81534 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralBlockPanelKernel.h
New File 18478 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrix.h
New File 15188 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrixTriangular.h
New File 6907 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrixTriangular_BLAS.h
New File 5017 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrix_BLAS.h
New File 26808 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixVector.h
New File 6368 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixVector_BLAS.h
New File 4905 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\Parallelizer.h
New File 19632 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixMatrix.h
New File 11198 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixMatrix_BLAS.h
New File 9901 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixVector.h
New File 5209 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixVector_BLAS.h
New File 6105 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointProduct.h
New File 4066 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointRank2Update.h
New File 20403 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixMatrix.h
New File 13743 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixMatrix_BLAS.h
New File 14722 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixVector.h
New File 10571 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixVector_BLAS.h
New File 13979 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverMatrix.h
New File 6513 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverMatrix_BLAS.h
New File 5741 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverVector.h
New File 15722 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\BlasUtil.h
New File 21579 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\Constants.h
New File 3981 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\DisableStupidWarnings.h
New File 14150 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\ForwardDeclarations.h
New File 36570 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\Macros.h
New File 40579 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\Memory.h
New File 20586 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\Meta.h
New File 4026 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\MKL_support.h
New File 85 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\NonMPL2.h
New File 856 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\ReenableStupidWarnings.h
New File 10518 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\StaticAssert.h
New File 34198 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Core\util\XprHelper.h
New File 12558 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexEigenSolver.h
New File 17021 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexSchur.h
New File 4178 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexSchur_LAPACKE.h
New File 22944 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\EigenSolver.h
New File 17176 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\GeneralizedEigenSolver.h
New File 9715 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\GeneralizedSelfAdjointEigenSolver.h
New File 14351 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\HessenbergDecomposition.h
New File 5539 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\MatrixBaseEigenvalues.h
New File 23586 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealQZ.h
New File 20288 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealSchur.h
New File 3650 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealSchur_LAPACKE.h
New File 33674 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\SelfAdjointEigenSolver.h
New File 4104 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\SelfAdjointEigenSolver_LAPACKE.h
New File 22444 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Eigenvalues\Tridiagonalization.h
New File 14815 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\AlignedBox.h
New File 8423 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\AngleAxis.h
New File 3639 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\EulerAngles.h
New File 20539 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Homogeneous.h
New File 11961 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Hyperplane.h
New File 8949 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\OrthoMethods.h
New File 8308 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\ParametrizedLine.h
New File 32152 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Quaternion.h
New File 6877 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Rotation2D.h
New File 8063 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\RotationBase.h
New File 6324 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Scaling.h
New File 60514 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Transform.h
New File 7773 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Translation.h
New File 6191 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\Umeyama.h
New File 5387 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Geometry\arch\Geometry_SSE.h
New File 4481 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Householder\BlockHouseholder.h
New File 5345 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Householder\Householder.h
New File 20603 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Householder\HouseholderSequence.h
New File 6755 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\BasicPreconditioners.h
New File 7253 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\BiCGSTAB.h
New File 9289 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\ConjugateGradient.h
New File 15062 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IncompleteCholesky.h
New File 15234 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IncompleteLUT.h
New File 11527 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IterativeSolverBase.h
New File 7762 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\LeastSquareConjugateGradient.h
New File 4158 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\SolveWithGuess.h
New File 15902 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\Jacobi\Jacobi.h
New File 3057 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\Determinant.h
New File 32803 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\FullPivLU.h
New File 15064 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\InverseImpl.h
New File 21478 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\PartialPivLU.h
New File 3555 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\PartialPivLU_LAPACKE.h
New File 13669 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\LU\arch\Inverse_SSE.h
New File 4588 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\MetisSupport\MetisSupport.h
New File 30560 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\blas.h
New File 2913 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\Image.h
New File 2742 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\Kernel.h
New File 7834 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\lapack.h
New File 1.0 m D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\lapacke.h
New File 474 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\lapacke_mangling.h
New File 1748 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\misc\RealSvd2x2.h
New File 16396 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Amd.h
New File 62266 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Eigen_Colamd.h
New File 5229 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Ordering.h
New File 20032 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\PardisoSupport\PardisoSupport.h
New File 22248 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\PaStiXSupport\PaStiXSupport.h
New File 13132 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\ArrayCwiseBinaryOps.h
New File 16929 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\ArrayCwiseUnaryOps.h
New File 37403 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\BlockMethods.h
New File 4828 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\CommonCwiseBinaryOps.h
New File 5621 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\CommonCwiseUnaryOps.h
New File 6375 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\MatrixCwiseBinaryOps.h
New File 2937 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\plugins\MatrixCwiseUnaryOps.h
New File 24881 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\ColPivHouseholderQR.h
New File 4662 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\ColPivHouseholderQR_LAPACKE.h
New File 20805 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\CompleteOrthogonalDecomposition.h
New File 25478 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\FullPivHouseholderQR.h
New File 14022 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\HouseholderQR.h
New File 2993 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\QR\HouseholderQR_LAPACKE.h
New File 24010 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCholesky\SimplicialCholesky.h
New File 6898 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCholesky\SimplicialCholesky_impl.h
New File 10537 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\AmbiVector.h
New File 8164 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\CompressedStorage.h
New File 13178 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\ConservativeSparseSparseProduct.h
New File 2191 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\MappedSparseMatrix.h
New File 8080 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseAssign.h
New File 25592 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseBlock.h
New File 6485 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseColEtree.h
New File 12720 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCompressedBase.h
New File 25840 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCwiseBinaryOp.h
New File 4711 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCwiseUnaryOp.h
New File 12487 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDenseProduct.h
New File 5808 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDiagonalProduct.h
New File 3080 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDot.h
New File 1107 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseFuzzy.h
New File 12589 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMap.h
New File 52373 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMatrix.h
New File 17923 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMatrixBase.h
New File 7329 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparsePermutation.h
New File 7049 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseProduct.h
New File 1699 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseRedux.h
New File 15492 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseRef.h
New File 25715 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSelfAdjointView.h
New File 4424 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSolverBase.h
New File 8704 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSparseProductWithPruning.h
New File 3175 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseTranspose.h
New File 6437 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseTriangularView.h
New File 6602 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseUtil.h
New File 14831 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseVector.h
New File 8110 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseView.h
New File 9657 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseCore\TriangularSolver.h
New File 27866 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU.h
New File 4303 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLUImpl.h
New File 6712 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_column_bmod.h
New File 6582 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_column_dfs.h
New File 3681 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_copy_to_ucol.h
New File 10216 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_gemm_kernel.h
New File 4181 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_heap_relax_snode.h
New File 5723 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_kernel_bmod.h
New File 7601 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Memory.h
New File 8486 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_panel_bmod.h
New File 9028 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_panel_dfs.h
New File 4979 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_pivotL.h
New File 4545 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_pruneL.h
New File 2889 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_relax_snode.h
New File 4974 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Structs.h
New File 10022 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_SupernodalMatrix.h
New File 2049 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Utils.h
New File 28373 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SparseQR\SparseQR.h
New File 11405 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SPQRSupport\SuiteSparseQRSupport.h
New File 2809 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\StlSupport\details.h
New File 5117 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\StlSupport\StdDeque.h
New File 4147 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\StlSupport\StdList.h
New File 5330 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\StlSupport\StdVector.h
New File 34345 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SuperLUSupport\SuperLUSupport.h
New File 48778 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SVD\BDCSVD.h
New File 32949 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SVD\JacobiSVD.h
New File 5099 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SVD\JacobiSVD_LAPACKE.h
New File 12740 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SVD\SVDBase.h
New File 15957 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\SVD\UpperBidiagonalization.h
New File 17202 D:\AirSim-1.8.1-windows\AirLib\deps\eigen3\Eigen\src\UmfPackSupport\UmfPackSupport.h
New File 3427 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\AdHocConnection.hpp
New File 3831 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\AsyncResult.hpp
New File 8344 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkConnection.hpp
New File 821 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkDebugLog.hpp
New File 1659 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkFtpClient.hpp
New File 1330 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkLog.hpp
New File 8630 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkMessageBase.hpp
New File 425193 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkMessages.hpp
New File 3618 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkNode.hpp
New File 1090 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkTcpServer.hpp
New File 3402 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkVehicle.hpp
New File 2089 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\MavLinkVideoStream.hpp
New File 1370 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\Semaphore.hpp
New File 1375 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\UdpSocket.hpp
New File 3196 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\include\VehicleState.hpp
New File 14.1 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.bsc
New File 945152 D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.idb
New File 17.7 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.lib
New File 2.6 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.pdb
New File 14.0 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.bsc
New File 8.9 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.lib
New File 2.6 m D:\AirSim-1.8.1-windows\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.pdb
New File 5780 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\client.h
New File 2236 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\client.inl
New File 396 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\compatibility.h
New File 1071 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\config.h
New File 1087 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\config.h.in
New File 4524 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\dispatcher.h
New File 3116 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\dispatcher.inl
New File 1026 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack.hpp
New File 1811 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\rpc_error.h
New File 4342 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\server.h
New File 2871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\this_handler.h
New File 361 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\this_handler.inl
New File 929 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\this_server.h
New File 1634 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\this_session.h
New File 312 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\version.h
New File 352 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\version.h.in
New File 504 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\all.h
New File 450 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\any.h
New File 3056 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\async_writer.h
New File 298 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\bool.h
New File 2421 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\call.h
New File 1011 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\client_error.h
New File 269 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\constant.h
New File 391 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\dev_utils.h
New File 479 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\func_tools.h
New File 2445 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\func_traits.h
New File 281 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\if.h
New File 216 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\invoke.h
New File 466 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\is_specialization_of.h
New File 5456 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\log.h
New File 541 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\make_unique.h
New File 235 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\not.h
New File 281 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\pimpl.h
New File 4091 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\response.h
New File 1020 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\server_session.h
New File 781 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\thread_group.h
New File 490 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\detail\util.h
New File 448 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\cpp_config.hpp
New File 465 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\cpp_config_decl.hpp
New File 679 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer.h
New File 427 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer.hpp
New File 448 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer_decl.hpp
New File 537 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\gcc_atomic.h
New File 826 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\gcc_atomic.hpp
New File 440 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\iterator.hpp
New File 462 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\iterator_decl.hpp
New File 422 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\meta.hpp
New File 444 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\meta_decl.hpp
New File 2707 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\object.h
New File 491 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\object.hpp
New File 449 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\object_decl.hpp
New File 516 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\object_fwd.hpp
New File 469 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\object_fwd_decl.hpp
New File 4804 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\pack.h
New File 438 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\pack.hpp
New File 432 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\pack_decl.hpp
New File 436 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\pack_define.h
New File 23515 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\pack_template.h
New File 449 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\parse_return.hpp
New File 697 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef.h
New File 497 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor.hpp
New File 2277 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer.h
New File 462 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer.hpp
New File 457 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer_decl.hpp
New File 6413 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\sysdep.h
New File 1781 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\type.hpp
New File 7846 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack.h
New File 527 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack.hpp
New File 444 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack_decl.hpp
New File 2309 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack_define.h
New File 422 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack_exception.hpp
New File 16574 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\unpack_template.h
New File 362 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\util.h
New File 900 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\version.h
New File 962 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\version.hpp
New File 2519 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\versioning.hpp
New File 105 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\version_master.h
New File 3579 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer.h
New File 480 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer.hpp
New File 474 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer_decl.hpp
New File 4919 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer.h
New File 463 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer.hpp
New File 457 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer_decl.hpp
New File 3915 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zone.h
New File 430 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zone.hpp
New File 424 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\zone_decl.hpp
New File 528 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\adaptor_base.hpp
New File 494 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\adaptor_base_decl.hpp
New File 501 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\array_ref.hpp
New File 522 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\array_ref_decl.hpp
New File 429 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\bool.hpp
New File 409 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\carray.hpp
New File 417 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\char_ptr.hpp
New File 517 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\check_container_size.hpp
New File 534 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\check_container_size_decl.hpp
New File 470 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\define.hpp
New File 5008 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\define_decl.hpp
New File 405 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\deque.hpp
New File 443 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\ext.hpp
New File 464 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\ext_decl.hpp
New File 480 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\fixint.hpp
New File 502 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\fixint_decl.hpp
New File 405 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\float.hpp
New File 442 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\int.hpp
New File 464 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\int_decl.hpp
New File 401 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\list.hpp
New File 471 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\map.hpp
New File 492 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\map_decl.hpp
New File 505 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\msgpack_tuple.hpp
New File 499 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\msgpack_tuple_decl.hpp
New File 470 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\nil.hpp
New File 464 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\nil_decl.hpp
New File 401 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\pair.hpp
New File 470 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\raw.hpp
New File 464 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\raw_decl.hpp
New File 397 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\set.hpp
New File 503 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\size_equal_only.hpp
New File 524 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\size_equal_only_decl.hpp
New File 409 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\string.hpp
New File 480 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\v4raw.hpp
New File 474 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\v4raw_decl.hpp
New File 409 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector.hpp
New File 429 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_bool.hpp
New File 429 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_char.hpp
New File 465 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_unsigned_char.hpp
New File 433 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\fusion.hpp
New File 599 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\msgpack_variant.hpp
New File 554 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\msgpack_variant_decl.hpp
New File 441 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\optional.hpp
New File 449 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\string_ref.hpp
New File 453 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\string_view.hpp
New File 430 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array.hpp
New File 450 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array_char.hpp
New File 486 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array_unsigned_char.hpp
New File 458 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\forward_list.hpp
New File 478 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\reference_wrapper.hpp
New File 450 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\shared_ptr.hpp
New File 430 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\tuple.hpp
New File 450 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unique_ptr.hpp
New File 462 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unordered_map.hpp
New File 462 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unordered_set.hpp
New File 442 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp17\optional.hpp
New File 454 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp17\string_view.hpp
New File 6699 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\tr1\unordered_map.hpp
New File 6273 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\tr1\unordered_set.hpp
New File 1286 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture.h
New File 1750 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler.h
New File 434 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware.h
New File 501 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\language.h
New File 444 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library.h
New File 4731 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\make.h
New File 1106 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os.h
New File 440 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\other.h
New File 719 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform.h
New File 370 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\version.h
New File 1617 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\version_number.h
New File 1684 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\alpha.h
New File 2138 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\arm.h
New File 1184 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\blackfin.h
New File 1939 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\convex.h
New File 1317 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\ia64.h
New File 2660 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\m68k.h
New File 2272 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\mips.h
New File 1956 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\parisc.h
New File 2211 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\ppc.h
New File 974 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\pyramid.h
New File 1438 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\rs6k.h
New File 1420 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sparc.h
New File 1871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\superh.h
New File 1079 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sys370.h
New File 1077 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sys390.h
New File 1014 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86.h
New File 981 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\z.h
New File 2784 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86\32.h
New File 1323 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86\64.h
New File 1937 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\borland.h
New File 1608 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\clang.h
New File 1758 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\comeau.h
New File 2000 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\compaq.h
New File 1565 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\diab.h
New File 1513 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\digitalmars.h
New File 1531 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\dignus.h
New File 1528 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\edg.h
New File 1610 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\ekopath.h
New File 2049 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\gcc.h
New File 1447 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\gcc_xml.h
New File 2010 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\greenhills.h
New File 1698 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\hp_acc.h
New File 1471 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\iar.h
New File 2253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\ibm.h
New File 1967 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\intel.h
New File 1451 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\kai.h
New File 1530 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\llvm.h
New File 1429 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\metaware.h
New File 2680 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\metrowerks.h
New File 1412 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\microtec.h
New File 1831 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\mpw.h
New File 1479 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\palm.h
New File 1805 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\pgi.h
New File 2012 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\sgi_mipspro.h
New File 2447 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\sunpro.h
New File 1477 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\tendra.h
New File 2773 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\visualc.h
New File 1551 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\watcom.h
New File 278 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\comp_detected.h
New File 637 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\endian_compat.h
New File 274 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\os_detected.h
New File 278 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\platform_detected.h
New File 372 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\test.h
New File 1976 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\test_def.h
New File 354 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\_cassert.h
New File 334 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\_exception.h
New File 3686 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd.h
New File 1592 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\arm.h
New File 1936 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\ppc.h
New File 3943 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86.h
New File 2771 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86_amd.h
New File 822 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\arm\versions.h
New File 1247 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\ppc\versions.h
New File 3324 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86\versions.h
New File 1345 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86_amd\versions.h
New File 981 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\objc.h
New File 1383 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\stdc.h
New File 3278 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\stdcpp.h
New File 598 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c.h
New File 932 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std.h
New File 1547 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\gnu.h
New File 1154 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\uc.h
New File 1086 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\vms.h
New File 1454 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\zos.h
New File 329 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\_prefix.h
New File 1102 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\cxx.h
New File 1468 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\dinkumware.h
New File 1189 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\libcomo.h
New File 1184 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\modena.h
New File 1359 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\msl.h
New File 1498 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\roguewave.h
New File 1259 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\sgi.h
New File 1394 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\stdcpp3.h
New File 1825 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\stlport.h
New File 1075 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\vacpp.h
New File 835 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\_prefix.h
New File 1809 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\aix.h
New File 1160 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\amigaos.h
New File 1119 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\android.h
New File 1055 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\beos.h
New File 3257 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd.h
New File 1081 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\cygwin.h
New File 1122 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\haiku.h
New File 1166 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\hpux.h
New File 1406 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\ios.h
New File 1102 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\irix.h
New File 1124 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\linux.h
New File 1881 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\macos.h
New File 1081 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\os400.h
New File 1575 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\qnxnto.h
New File 1166 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\solaris.h
New File 1947 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\unix.h
New File 1241 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\vms.h
New File 1406 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\windows.h
New File 1219 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\bsdi.h
New File 1339 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\dragonfly.h
New File 1590 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\free.h
New File 2617 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\net.h
New File 6190 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\open.h
New File 7681 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\other\endian.h
New File 2309 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\mingw.h
New File 1339 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_desktop.h
New File 1250 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_phone.h
New File 1390 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_runtime.h
New File 1238 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_store.h
New File 849 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic.hpp
New File 1694 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array.hpp
New File 758 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\assert_msg.hpp
New File 997 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\cat.hpp
New File 753 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comma.hpp
New File 762 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comma_if.hpp
New File 823 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison.hpp
New File 1031 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control.hpp
New File 800 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug.hpp
New File 746 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\dec.hpp
New File 752 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\empty.hpp
New File 749 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum.hpp
New File 770 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params.hpp
New File 815 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params_with_a_default.hpp
New File 812 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params_with_defaults.hpp
New File 773 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_shifted.hpp
New File 794 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_shifted_params.hpp
New File 755 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\expand.hpp
New File 755 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\expr_if.hpp
New File 1244 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities.hpp
New File 746 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\for.hpp
New File 761 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\identity.hpp
New File 740 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\if.hpp
New File 746 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\inc.hpp
New File 757 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iterate.hpp
New File 874 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration.hpp
New File 1871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\library.hpp
New File 751 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\limits.hpp
New File 1470 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list.hpp
New File 1047 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical.hpp
New File 745 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\max.hpp
New File 745 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\min.hpp
New File 1084 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation.hpp
New File 755 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat.hpp
New File 763 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_2nd.hpp
New File 763 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_3rd.hpp
New File 779 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to.hpp
New File 787 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to_2nd.hpp
New File 787 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to_3rd.hpp
New File 1792 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition.hpp
New File 812 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection.hpp
New File 2322 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq.hpp
New File 743 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot.hpp
New File 1069 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\stringize.hpp
New File 1361 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple.hpp
New File 1224 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic.hpp
New File 749 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\while.hpp
New File 1204 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\wstringize.hpp
New File 1978 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\add.hpp
New File 8871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\dec.hpp
New File 1340 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\div.hpp
New File 8843 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\inc.hpp
New File 1340 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\mod.hpp
New File 2196 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\mul.hpp
New File 1922 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\sub.hpp
New File 2724 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\detail\div_base.hpp
New File 1194 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\data.hpp
New File 1360 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\elem.hpp
New File 1677 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\enum.hpp
New File 3257 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\insert.hpp
New File 1810 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\pop_back.hpp
New File 1897 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\pop_front.hpp
New File 1809 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\push_back.hpp
New File 1819 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\push_front.hpp
New File 3074 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\remove.hpp
New File 2869 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\replace.hpp
New File 1436 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\reverse.hpp
New File 1194 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\size.hpp
New File 2096 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_list.hpp
New File 2059 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_seq.hpp
New File 1334 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_tuple.hpp
New File 2244 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\detail\get_data.hpp
New File 1056 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\equal.hpp
New File 1193 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\greater.hpp
New File 1295 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\greater_equal.hpp
New File 2093 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\less.hpp
New File 1341 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\less_equal.hpp
New File 70127 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\not_equal.hpp
New File 4943 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\config\config.hpp
New File 904 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\config\limits.hpp
New File 936 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\deduce_d.hpp
New File 1000 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\expr_if.hpp
New File 1260 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\expr_iif.hpp
New File 950 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\if.hpp
New File 1371 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\iif.hpp
New File 18765 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\while.hpp
New File 72703 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\while.hpp
New File 70399 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\dmc\while.hpp
New File 51662 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\edg\while.hpp
New File 33190 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\msvc\while.hpp
New File 1454 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\assert.hpp
New File 1648 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\error.hpp
New File 1770 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\line.hpp
New File 27728 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\auto_rec.hpp
New File 2293 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\check.hpp
New File 1287 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_binary.hpp
New File 1294 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_nullary.hpp
New File 1273 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_unary.hpp
New File 725 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\null.hpp
New File 1597 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\split.hpp
New File 28042 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\dmc\auto_rec.hpp
New File 1547 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\apply.hpp
New File 581 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\empty.hpp
New File 874 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\expand.hpp
New File 785 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\identity.hpp
New File 9437 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\intercept.hpp
New File 974 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_1.hpp
New File 2680 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty.hpp
New File 1253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty_or_1.hpp
New File 1836 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty_variadic.hpp
New File 1176 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\overload.hpp
New File 1765 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\detail\is_empty.hpp
New File 3950 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\iterate.hpp
New File 1169 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\local.hpp
New File 830 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\self.hpp
New File 3791 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\finish.hpp
New File 21871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\local.hpp
New File 18115 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\rlocal.hpp
New File 845 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\self.hpp
New File 3791 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\start.hpp
New File 4253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower1.hpp
New File 4253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower2.hpp
New File 4253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower3.hpp
New File 4253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower4.hpp
New File 4253 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower5.hpp
New File 4305 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper1.hpp
New File 4305 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper2.hpp
New File 4305 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper3.hpp
New File 4305 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper4.hpp
New File 4305 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper5.hpp
New File 57458 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward1.hpp
New File 57387 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward2.hpp
New File 57387 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward3.hpp
New File 57387 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward4.hpp
New File 57387 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward5.hpp
New File 50901 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse1.hpp
New File 50901 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse2.hpp
New File 50901 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse3.hpp
New File 50901 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse4.hpp
New File 50901 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse5.hpp
New File 2291 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\adt.hpp
New File 1421 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\append.hpp
New File 1421 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\at.hpp
New File 1678 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\cat.hpp
New File 1538 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\enum.hpp
New File 2668 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\filter.hpp
New File 2846 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\first_n.hpp
New File 22495 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\fold_left.hpp
New File 1398 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\fold_right.hpp
New File 2185 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each.hpp
New File 3469 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each_i.hpp
New File 14490 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each_product.hpp
New File 2482 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\rest_n.hpp
New File 1497 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\reverse.hpp
New File 2622 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\size.hpp
New File 26113 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_array.hpp
New File 1226 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_seq.hpp
New File 1820 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_tuple.hpp
New File 2419 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\transform.hpp
New File 67445 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\fold_left.hpp
New File 30989 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\fold_right.hpp
New File 73334 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\dmc\fold_left.hpp
New File 90535 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\edg\fold_left.hpp
New File 121666 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\edg\fold_right.hpp
New File 964 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\and.hpp
New File 1467 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitand.hpp
New File 1465 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitnor.hpp
New File 1446 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitor.hpp
New File 1465 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitxor.hpp
New File 8699 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bool.hpp
New File 1354 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\compl.hpp
New File 964 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\nor.hpp
New File 909 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\not.hpp
New File 954 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\or.hpp
New File 964 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\xor.hpp
New File 528 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\comma.hpp
New File 1066 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\comma_if.hpp
New File 1614 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\is_begin_parens.hpp
New File 838 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\paren.hpp
New File 1692 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\paren_if.hpp
New File 1412 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\remove_parens.hpp
New File 1961 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\detail\is_begin_parens.hpp
New File 941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\deduce_r.hpp
New File 945 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\deduce_z.hpp
New File 3234 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum.hpp
New File 2914 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_binary_params.hpp
New File 1598 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params.hpp
New File 887 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params_with_a_default.hpp
New File 800 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params_with_defaults.hpp
New File 3858 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted.hpp
New File 3121 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted_binary_params.hpp
New File 1985 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted_params.hpp
New File 3770 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing.hpp
New File 3044 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing_binary_params.hpp
New File 1915 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing_params.hpp
New File 18251 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\for.hpp
New File 64008 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\repeat.hpp
New File 5548 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\repeat_from_to.hpp
New File 78031 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\for.hpp
New File 78543 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\dmc\for.hpp
New File 67324 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\edg\for.hpp
New File 48340 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\msvc\for.hpp
New File 1314 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection\max.hpp
New File 1314 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection\min.hpp
New File 2002 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\cat.hpp
New File 17348 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\elem.hpp
New File 17359 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\enum.hpp
New File 3023 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\filter.hpp
New File 1458 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\first_n.hpp
New File 177310 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\fold_left.hpp
New File 39374 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\fold_right.hpp
New File 4778 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each.hpp
New File 5043 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each_i.hpp
New File 13187 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each_product.hpp
New File 1291 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\insert.hpp
New File 1327 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\pop_back.hpp
New File 1134 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\pop_front.hpp
New File 800 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\push_back.hpp
New File 804 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\push_front.hpp
New File 1341 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\remove.hpp
New File 2035 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\replace.hpp
New File 1997 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\rest_n.hpp
New File 1797 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\reverse.hpp
New File 1746 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\seq.hpp
New File 31358 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\size.hpp
New File 1269 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\subseq.hpp
New File 1238 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_array.hpp
New File 1655 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_list.hpp
New File 1132 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_tuple.hpp
New File 2733 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\transform.hpp
New File 1404 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\variadic_seq_to_seq.hpp
New File 2693 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\binary_transform.hpp
New File 1657 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\is_empty.hpp
New File 17762 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\split.hpp
New File 1049 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\counter.hpp
New File 1408 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\slot.hpp
New File 11258 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\counter.hpp
New File 2943 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\def.hpp
New File 11088 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\shared.hpp
New File 10941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot1.hpp
New File 10941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot2.hpp
New File 10941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot3.hpp
New File 10941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot4.hpp
New File 10941 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot5.hpp
New File 13475 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\eat.hpp
New File 53661 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\elem.hpp
New File 1027 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\enum.hpp
New File 1422 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\insert.hpp
New File 2154 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\pop_back.hpp
New File 2174 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\pop_front.hpp
New File 1236 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\push_back.hpp
New File 1245 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\push_front.hpp
New File 25724 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\rem.hpp
New File 2154 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\remove.hpp
New File 1432 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\replace.hpp
New File 24526 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\reverse.hpp
New File 1300 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\size.hpp
New File 2052 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_array.hpp
New File 29584 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_list.hpp
New File 24893 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_seq.hpp
New File 1423 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\detail\is_single_return.hpp
New File 14364 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\elem.hpp
New File 2167 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\size.hpp
New File 1459 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_array.hpp
New File 1166 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_list.hpp
New File 1160 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_seq.hpp
New File 1089 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_tuple.hpp
New File 1448 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\detail\is_single_return.hpp
New File 2719 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\cpp_config.hpp
New File 2623 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\cpp_config_decl.hpp
New File 1248 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\fbuffer.hpp
New File 675 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\fbuffer_decl.hpp
New File 1444 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\iterator.hpp
New File 1190 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\iterator_decl.hpp
New File 1176 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\meta.hpp
New File 1209 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\meta_decl.hpp
New File 24634 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\object.hpp
New File 3112 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_decl.hpp
New File 7214 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_fwd.hpp
New File 1979 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_fwd_decl.hpp
New File 44913 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\pack.hpp
New File 2210 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\pack_decl.hpp
New File 822 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\parse_return.hpp
New File 497 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\preprocessor.hpp
New File 3063 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\sbuffer.hpp
New File 726 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\sbuffer_decl.hpp
New File 50950 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack.hpp
New File 16042 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack_decl.hpp
New File 3217 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack_exception.hpp
New File 962 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\version.hpp
New File 2517 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\versioning.hpp
New File 7093 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\vrefbuffer.hpp
New File 852 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\vrefbuffer_decl.hpp
New File 3735 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\zbuffer.hpp
New File 813 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\zbuffer_decl.hpp
New File 588 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\zone.hpp
New File 613 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\zone_decl.hpp
New File 3006 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\adaptor_base.hpp
New File 2225 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\adaptor_base_decl.hpp
New File 9742 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\array_ref.hpp
New File 1257 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\array_ref_decl.hpp
New File 1593 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\bool.hpp
New File 9028 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\carray.hpp
New File 2395 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\char_ptr.hpp
New File 1783 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\check_container_size.hpp
New File 1008 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\check_container_size_decl.hpp
New File 725 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\define.hpp
New File 771 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\define_decl.hpp
New File 3597 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\deque.hpp
New File 7089 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\ext.hpp
New File 774 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\ext_decl.hpp
New File 8431 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\fixint.hpp
New File 1095 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\fixint_decl.hpp
New File 3203 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\float.hpp
New File 12706 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\int.hpp
New File 1060 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\int_decl.hpp
New File 3507 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\list.hpp
New File 12181 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\map.hpp
New File 830 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\map_decl.hpp
New File 663 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\msgpack_tuple.hpp
New File 688 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\msgpack_tuple_decl.hpp
New File 1750 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\nil.hpp
New File 949 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\nil_decl.hpp
New File 2692 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\pair.hpp
New File 2569 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\raw.hpp
New File 768 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\raw_decl.hpp
New File 6741 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\set.hpp
New File 2895 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\size_equal_only.hpp
New File 1153 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\size_equal_only_decl.hpp
New File 2402 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\string.hpp
New File 2630 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\v4raw.hpp
New File 739 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\v4raw_decl.hpp
New File 4243 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector.hpp
New File 2939 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_bool.hpp
New File 3840 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_char.hpp
New File 4001 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_unsigned_char.hpp
New File 6377 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\fusion.hpp
New File 15338 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\msgpack_variant.hpp
New File 2024 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\msgpack_variant_decl.hpp
New File 2835 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\optional.hpp
New File 2430 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\string_ref.hpp
New File 2444 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\string_view.hpp
New File 4382 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array.hpp
New File 2888 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array_char.hpp
New File 3067 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array_unsigned_char.hpp
New File 3166 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\forward_list.hpp
New File 1926 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\reference_wrapper.hpp
New File 2284 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\shared_ptr.hpp
New File 5013 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\tuple.hpp
New File 2279 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unique_ptr.hpp
New File 7677 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unordered_map.hpp
New File 7095 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unordered_set.hpp
New File 2357 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp17\optional.hpp
New File 2263 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp17\string_view.hpp
New File 166040 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_array.hpp
New File 17308 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_array_decl.hpp
New File 110117 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_map.hpp
New File 16921 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_map_decl.hpp
New File 1.1 m D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_msgpack_tuple.hpp
New File 69952 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_msgpack_tuple_decl.hpp
New File 3951 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_array.hpp
New File 989 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_array_decl.hpp
New File 3653 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_map.hpp
New File 931 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_map_decl.hpp
New File 6641 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_msgpack_tuple.hpp
New File 3542 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_msgpack_tuple_decl.hpp
New File 6699 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\tr1\unordered_map.hpp
New File 6273 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\tr1\unordered_set.hpp
New File 20334 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp03_zone.hpp
New File 1187 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp03_zone_decl.hpp
New File 9225 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp11_zone.hpp
New File 1225 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp11_zone_decl.hpp
New File 1464 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\cpp_config_decl.hpp
New File 8688 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\create_object_visitor.hpp
New File 684 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\fbuffer_decl.hpp
New File 644 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\iterator_decl.hpp
New File 876 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\meta_decl.hpp
New File 2170 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\null_visitor.hpp
New File 673 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\object.hpp
New File 928 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_decl.hpp
New File 3069 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_fwd.hpp
New File 1506 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_fwd_decl.hpp
New File 952 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\pack_decl.hpp
New File 38116 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\parse.hpp
New File 933 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\parse_return.hpp
New File 702 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\sbuffer_decl.hpp
New File 10272 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\unpack.hpp
New File 12565 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\unpack_decl.hpp
New File 644 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\vrefbuffer_decl.hpp
New File 26363 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\x3_parse.hpp
New File 3558 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\x3_unpack.hpp
New File 627 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\zbuffer_decl.hpp
New File 613 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\zone_decl.hpp
New File 1262 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\adaptor_base.hpp
New File 1060 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\adaptor_base_decl.hpp
New File 733 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\array_ref_decl.hpp
New File 871 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\check_container_size_decl.hpp
New File 771 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\define_decl.hpp
New File 694 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\ext_decl.hpp
New File 931 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\fixint_decl.hpp
New File 1083 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\int_decl.hpp
New File 680 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\map_decl.hpp
New File 688 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\msgpack_tuple_decl.hpp
New File 858 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\nil_decl.hpp
New File 673 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\raw_decl.hpp
New File 789 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\size_equal_only_decl.hpp
New File 720 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\v4raw_decl.hpp
New File 922 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\boost\msgpack_variant_decl.hpp
New File 793 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp03_define_array_decl.hpp
New File 758 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp03_define_map_decl.hpp
New File 880 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp03_msgpack_tuple_decl.hpp
New File 827 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp11_define_array_decl.hpp
New File 784 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp11_define_map_decl.hpp
New File 1297 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\detail\cpp11_msgpack_tuple_decl.hpp
New File 650 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\detail\cpp03_zone_decl.hpp
New File 637 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\msgpack\v2\detail\cpp11_zone_decl.hpp
New File 26008 D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\include\rpc\nonstd\optional.hpp
New File 15.3 m D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\lib\x64\Debug\rpc.lib
New File 2.4 m D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\lib\x64\Debug\rpc.pdb
New File 2.6 m D:\AirSim-1.8.1-windows\AirLib\deps\rpclib\lib\x64\Release\rpc.lib
New File 2555 D:\AirSim-1.8.1-windows\AirLib\include\api\ApiProvider.hpp
New File 466 D:\AirSim-1.8.1-windows\AirLib\include\api\ApiServerBase.hpp
New File 27730 D:\AirSim-1.8.1-windows\AirLib\include\api\RpcLibAdaptorsBase.hpp
New File 12239 D:\AirSim-1.8.1-windows\AirLib\include\api\RpcLibClientBase.hpp
New File 2330 D:\AirSim-1.8.1-windows\AirLib\include\api\RpcLibServerBase.hpp
New File 8507 D:\AirSim-1.8.1-windows\AirLib\include\api\VehicleApiBase.hpp
New File 2890 D:\AirSim-1.8.1-windows\AirLib\include\api\VehicleSimApiBase.hpp
New File 8570 D:\AirSim-1.8.1-windows\AirLib\include\api\WorldSimApiBase.hpp
New File 69107 D:\AirSim-1.8.1-windows\AirLib\include\common\AirSimSettings.hpp
New File 2454 D:\AirSim-1.8.1-windows\AirLib\include\common\CancelToken.hpp
New File 2830 D:\AirSim-1.8.1-windows\AirLib\include\common\ClockBase.hpp
New File 979 D:\AirSim-1.8.1-windows\AirLib\include\common\ClockFactory.hpp
New File 2513 D:\AirSim-1.8.1-windows\AirLib\include\common\Common.hpp
New File 11823 D:\AirSim-1.8.1-windows\AirLib\include\common\CommonStructs.hpp
New File 2197 D:\AirSim-1.8.1-windows\AirLib\include\common\DelayLine.hpp
New File 7809 D:\AirSim-1.8.1-windows\AirLib\include\common\EarthCelestial.hpp
New File 21908 D:\AirSim-1.8.1-windows\AirLib\include\common\EarthUtils.hpp
New File 2615 D:\AirSim-1.8.1-windows\AirLib\include\common\FirstOrderFilter.hpp
New File 4163 D:\AirSim-1.8.1-windows\AirLib\include\common\FrequencyLimiter.hpp
New File 2465 D:\AirSim-1.8.1-windows\AirLib\include\common\GaussianMarkov.hpp
New File 9636 D:\AirSim-1.8.1-windows\AirLib\include\common\GeodeticConverter.hpp
New File 2357 D:\AirSim-1.8.1-windows\AirLib\include\common\ImageCaptureBase.hpp
New File 1916 D:\AirSim-1.8.1-windows\AirLib\include\common\LogFileWriter.hpp
New File 2588 D:\AirSim-1.8.1-windows\AirLib\include\common\PidController.hpp
New File 2748 D:\AirSim-1.8.1-windows\AirLib\include\common\ScalableClock.hpp
New File 7308 D:\AirSim-1.8.1-windows\AirLib\include\common\Settings.hpp
New File 3950 D:\AirSim-1.8.1-windows\AirLib\include\common\StateReporter.hpp
New File 3722 D:\AirSim-1.8.1-windows\AirLib\include\common\StateReporterWrapper.hpp
New File 1712 D:\AirSim-1.8.1-windows\AirLib\include\common\SteppableClock.hpp
New File 2628 D:\AirSim-1.8.1-windows\AirLib\include\common\UpdatableContainer.hpp
New File 3205 D:\AirSim-1.8.1-windows\AirLib\include\common\UpdatableObject.hpp
New File 26875 D:\AirSim-1.8.1-windows\AirLib\include\common\VectorMath.hpp
New File 2301 D:\AirSim-1.8.1-windows\AirLib\include\common\Waiter.hpp
New File 9235 D:\AirSim-1.8.1-windows\AirLib\include\common\WorkerThread.hpp
New File 1570 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\AsyncTasker.hpp
New File 248897 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\bitmap_image.hpp
New File 4327 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\ColorUtils.hpp
New File 10219 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\ctpl_stl.h
New File 3347 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\EnumFlags.hpp
New File 1410 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\ExceptionUtils.hpp
New File 7605 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\FileSystem.hpp
New File 804124 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\json.hpp
New File 2949 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\MedianFilter.hpp
New File 2460 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\MinWinDefines.hpp
New File 2820 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\OnlineStats.hpp
New File 28244 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\optional.hpp
New File 16885 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\prettyprint.hpp
New File 3367 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\ProsumerQueue.hpp
New File 1536 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\RandomGenerator.hpp
New File 6624 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\ScheduledExecutor.hpp
New File 2392 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\Signal.hpp
New File 1138 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\sincos.hpp
New File 3450 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\SmoothingFilter.hpp
New File 5433 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\StrictMode.hpp
New File 1194 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\Timer.hpp
New File 3403 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\type_utils.hpp
New File 1762 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\UniqueValueMap.hpp
New File 23096 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\Utils.hpp
New File 434 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\WindowsApisCommonPost.hpp
New File 723 D:\AirSim-1.8.1-windows\AirLib\include\common\common_utils\WindowsApisCommonPre.hpp
New File 6474 D:\AirSim-1.8.1-windows\AirLib\include\physics\DebugPhysicsBody.hpp
New File 3729 D:\AirSim-1.8.1-windows\AirLib\include\physics\Environment.hpp
New File 1443 D:\AirSim-1.8.1-windows\AirLib\include\physics\ExternalPhysicsEngine.hpp
New File 24430 D:\AirSim-1.8.1-windows\AirLib\include\physics\FastPhysicsEngine.hpp
New File 3058 D:\AirSim-1.8.1-windows\AirLib\include\physics\Kinematics.hpp
New File 7785 D:\AirSim-1.8.1-windows\AirLib\include\physics\PhysicsBody.hpp
New File 2558 D:\AirSim-1.8.1-windows\AirLib\include\physics\PhysicsBodyVertex.hpp
New File 814 D:\AirSim-1.8.1-windows\AirLib\include\physics\PhysicsEngineBase.hpp
New File 3369 D:\AirSim-1.8.1-windows\AirLib\include\physics\PhysicsWorld.hpp
New File 4961 D:\AirSim-1.8.1-windows\AirLib\include\physics\World.hpp
New File 2360 D:\AirSim-1.8.1-windows\AirLib\include\safety\CubeGeoFence.hpp
New File 641 D:\AirSim-1.8.1-windows\AirLib\include\safety\IGeoFence.hpp
New File 4047 D:\AirSim-1.8.1-windows\AirLib\include\safety\ObstacleMap.hpp
New File 5931 D:\AirSim-1.8.1-windows\AirLib\include\safety\SafetyEval.hpp
New File 2085 D:\AirSim-1.8.1-windows\AirLib\include\safety\SphereGeoFence.hpp
New File 1895 D:\AirSim-1.8.1-windows\AirLib\include\sensors\SensorBase.hpp
New File 3037 D:\AirSim-1.8.1-windows\AirLib\include\sensors\SensorCollection.hpp
New File 2598 D:\AirSim-1.8.1-windows\AirLib\include\sensors\SensorFactory.hpp
New File 1278 D:\AirSim-1.8.1-windows\AirLib\include\sensors\barometer\BarometerBase.hpp
New File 3770 D:\AirSim-1.8.1-windows\AirLib\include\sensors\barometer\BarometerSimple.hpp
New File 2865 D:\AirSim-1.8.1-windows\AirLib\include\sensors\barometer\BarometerSimpleParams.hpp
New File 963 D:\AirSim-1.8.1-windows\AirLib\include\sensors\distance\DistanceBase.hpp
New File 3258 D:\AirSim-1.8.1-windows\AirLib\include\sensors\distance\DistanceSimple.hpp
New File 3639 D:\AirSim-1.8.1-windows\AirLib\include\sensors\distance\DistanceSimpleParams.hpp
New File 3927 D:\AirSim-1.8.1-windows\AirLib\include\sensors\gps\GpsBase.hpp
New File 3567 D:\AirSim-1.8.1-windows\AirLib\include\sensors\gps\GpsSimple.hpp
New File 1758 D:\AirSim-1.8.1-windows\AirLib\include\sensors\gps\GpsSimpleParams.hpp
New File 1344 D:\AirSim-1.8.1-windows\AirLib\include\sensors\imu\ImuBase.hpp
New File 4241 D:\AirSim-1.8.1-windows\AirLib\include\sensors\imu\ImuSimple.hpp
New File 3332 D:\AirSim-1.8.1-windows\AirLib\include\sensors\imu\ImuSimpleParams.hpp
New File 1034 D:\AirSim-1.8.1-windows\AirLib\include\sensors\lidar\LidarBase.hpp
New File 3983 D:\AirSim-1.8.1-windows\AirLib\include\sensors\lidar\LidarSimple.hpp
New File 4643 D:\AirSim-1.8.1-windows\AirLib\include\sensors\lidar\LidarSimpleParams.hpp
New File 1266 D:\AirSim-1.8.1-windows\AirLib\include\sensors\magnetometer\MagnetometerBase.hpp
New File 4091 D:\AirSim-1.8.1-windows\AirLib\include\sensors\magnetometer\MagnetometerSimple.hpp
New File 2155 D:\AirSim-1.8.1-windows\AirLib\include\sensors\magnetometer\MagnetometerSimpleParams.hpp
New File 1531 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\CarApiFactory.hpp
New File 5325 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\api\CarApiBase.hpp
New File 2747 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\api\CarRpcLibAdaptors.hpp
New File 953 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\api\CarRpcLibClient.hpp
New File 810 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\api\CarRpcLibServer.hpp
New File 11384 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\firmwares\ardurover\ArduRoverApi.hpp
New File 2485 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\car\firmwares\physxcar\PhysXCarApi.hpp
New File 28738 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\MultiRotorParams.hpp
New File 2420 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\MultiRotorParamsFactory.hpp
New File 9005 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\MultiRotorPhysicsBody.hpp
New File 5679 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\RotorActuator.hpp
New File 2639 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\RotorParams.hpp
New File 17153 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\api\MultirotorApiBase.hpp
New File 4460 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\api\MultirotorCommon.hpp
New File 4267 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\api\MultirotorRpcLibAdaptors.hpp
New File 7148 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\api\MultirotorRpcLibClient.hpp
New File 843 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\api\MultirotorRpcLibServer.hpp
New File 18991 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\arducopter\ArduCopterApi.hpp
New File 1826 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\arducopter\ArduCopterParams.hpp
New File 8136 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\ArduCopterSoloApi.hpp
New File 3992 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\ArduCopterSoloParams.hpp
New File 85756 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\MavLinkMultirotorApi.hpp
New File 2519 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\mavlink\Px4MultiRotorParams.hpp
New File 4256 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\AirSimSimpleFlightBoard.hpp
New File 1352 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\AirSimSimpleFlightCommLink.hpp
New File 2918 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\AirSimSimpleFlightCommon.hpp
New File 3780 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\AirSimSimpleFlightEstimator.hpp
New File 18624 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\SimpleFlightApi.hpp
New File 1662 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\SimpleFlightQuadXParams.hpp
New File 22660 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\AdaptiveController.hpp
New File 4098 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\AngleLevelController.hpp
New File 1791 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\AngleRateController.hpp
New File 5176 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\CascadeController.hpp
New File 1115 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\ConstantOutputController.hpp
New File 3241 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\Firmware.hpp
New File 2500 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\Mixer.hpp
New File 8822 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\OffboardApi.hpp
New File 4483 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\Params.hpp
New File 921 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\PassthroughController.hpp
New File 3374 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\PidController.hpp
New File 3163 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\PositionController.hpp
New File 9552 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\RemoteControl.hpp
New File 2364 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\RungKuttaPidIntegrator.hpp
New File 1295 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\StdPidIntegrator.hpp
New File 5325 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\VelocityController.hpp
New File 10002 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\CommonStructs.hpp
New File 602 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IAxisController.hpp
New File 350 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IBoard.hpp
New File 215 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IBoardClock.hpp
New File 308 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IBoardInputPins.hpp
New File 318 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IBoardOutputPins.hpp
New File 274 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IBoardSensors.hpp
New File 384 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\ICommLink.hpp
New File 419 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IController.hpp
New File 235 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IFirmware.hpp
New File 275 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IGoal.hpp
New File 846 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IOffboardApi.hpp
New File 357 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IPidIntegrator.hpp
New File 630 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IStateEstimator.hpp
New File 693 D:\AirSim-1.8.1-windows\AirLib\include\vehicles\multirotor\firmwares\simple_flight\firmware\interfaces\IUpdatable.hpp
New File 2.5 m D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.idb
New File 89.9 m D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.lib
New File 14.6 m D:\AirSim-1.8.1-windows\AirLib\lib\x64\Debug\AirLib.pdb
New File 85.8 m D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.lib
New File 14.3 m D:\AirSim-1.8.1-windows\AirLib\lib\x64\Release\AirLib.pdb
New File 31261 D:\AirSim-1.8.1-windows\AirLib\src\api\RpcLibClientBase.cpp
New File 28342 D:\AirSim-1.8.1-windows\AirLib\src\api\RpcLibServerBase.cpp
New File 4116 D:\AirSim-1.8.1-windows\AirLib\src\common\common_utils\FileSystem.cpp
New File 4144 D:\AirSim-1.8.1-windows\AirLib\src\safety\ObstacleMap.cpp
New File 11690 D:\AirSim-1.8.1-windows\AirLib\src\safety\SafetyEval.cpp
New File 2285 D:\AirSim-1.8.1-windows\AirLib\src\vehicles\car\api\CarRpcLibClient.cpp
New File 2168 D:\AirSim-1.8.1-windows\AirLib\src\vehicles\car\api\CarRpcLibServer.cpp
New File 38853 D:\AirSim-1.8.1-windows\AirLib\src\vehicles\multirotor\api\MultirotorApiBase.cpp
New File 15145 D:\AirSim-1.8.1-windows\AirLib\src\vehicles\multirotor\api\MultirotorRpcLibClient.cpp
New File 11603 D:\AirSim-1.8.1-windows\AirLib\src\vehicles\multirotor\api\MultirotorRpcLibServer.cpp
1 file(s) copied.
Using AirSimPath = ..\..\..
New File 749 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\AirSim.uplugin
New File 17 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\.gitignore
New File 45543 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\AirSimAssets.umap
New File 12510 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_CameraDirector.uasset
New File 21122 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_ComputerVisionPawn.uasset
New File 153281 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_FlyingPawn.uasset
New File 21931 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_LoadingScreenWidget.uasset
New File 30552 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_PIPCamera.uasset
New File 327382 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\BP_SimHUDWidget.uasset
New File 49900 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\Lights\PointLightBP.uasset
New File 47147 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Blueprints\Lights\SpotLightBP.uasset
New File 97072 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\BP_LevelLoadButton.uasset
New File 89865 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\CameraDistortion.uasset
New File 132632 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\CameraSensorNoise.uasset
New File 1792 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\ComputerVisionParams.uasset
New File 253879 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DebugWidgetMonospace.uasset
New File 70183 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DepthPerspectiveMaterial.uasset
New File 58546 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DepthPlanarMaterial.uasset
New File 104241 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DepthVisMaterial.uasset
New File 101869 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DisparityMaterial.uasset
New File 2255 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DistortionParams.uasset
New File 103933 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\DomainRandomizationMaterial.uasset
New File 84916 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\InfraredMaterial.uasset
New File 204 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\irPalette.png
New File 3839 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\irPalette.uasset
New File 51684 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\NormalsMaterial.uasset
New File 87421 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\OpticalFlowMaterial.uasset
New File 89477 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\OpticalFlowRGBMaterial.uasset
New File 563387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\OptionsMenu.uasset
New File 63842 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\record-button.uasset
New File 86472 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\SceneDepthVisMaterial.uasset
New File 89219 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\SegmentationMaterial.uasset
New File 1160 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\seg_color_palette.png
New File 5304 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\seg_color_palette.uasset
New File 96167 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\SubWindow_Mat.uasset
New File 1.0 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\LoadingImages\Coastline2.PNG
New File 937362 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\LoadingImages\Coastline2.uasset
New File 46890 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\ColorizeMatarialFunction.uasset
New File 60378 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\DepthPerspectiveMaterialFunc.uasset
New File 54653 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\DepthPlanarMaterialFunc.uasset
New File 116646 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\NoiseHorizWaveFunc.uasset
New File 106592 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\RandFunc.uasset
New File 111930 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\ScreenXYNoiseFunc.uasset
New File 107843 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\HUDAssets\MaterialFunctions\SpeedupSeriesFunc.uasset
New File 84154 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\PropellerMaterial.uasset
New File 1568 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadBodyPhysicsMaterial.uasset
New File 846567 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\T_AirScrew_01_D.uasset
New File 55740 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Black_Plastic.uasset
New File 79561 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Body.uasset
New File 120334 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\FbxScene_RC_Quadcopter_FBX.uasset
New File 679729 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\HL_Motor.uasset
New File 679729 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\HR_Motor.uasset
New File 274775 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\LED.uasset
New File 55686 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\LED2.uasset
New File 274779 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\LED_2.uasset
New File 274779 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\LED_3.uasset
New File 274779 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\LED_4.uasset
New File 120282 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Lens.uasset
New File 97925 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Lens2.uasset
New File 601910 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\MiniCamLens.uasset
New File 85318 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Motot_Steel.uasset
New File 1.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\ProHR.uasset
New File 1.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\PropHL.uasset
New File 1.4 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\PropVL.uasset
New File 1.4 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\PropVR.uasset
New File 102961 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Prop_Red_Plastic.uasset
New File 78637 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\Prop_White_Plastic.uasset
New File 4.2 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\QuadcopterBody.uasset
New File 16364 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\RC_Quadcopter_FBX.uasset
New File 679729 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\VL_Motor.uasset
New File 679729 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\MiniQuadCopter\VR_Motor.uasset
New File 116126 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\FbxScene_QuadCopter.uasset
New File 106491 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Material.uasset
New File 91716 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Material_001.uasset
New File 97882 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Material_002.uasset
New File 103266 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Material_004.uasset
New File 293177 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Propeller.uasset
New File 6676 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\QuadCopter.uasset
New File 1.1 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\Quadrotor1.uasset
New File 843883 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\T_QuadCopter_Body_2.uasset
New File 279722 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\T_QuadCopter_Carmera.uasset
New File 858637 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\T_QuadCopter_Frame.uasset
New File 432696 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Models\QuadRotor1\T_QuadCopter_Prop.uasset
New File 141942 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Materials\M_Tech_Hex_Tile_Pulse.uasset
New File 110704 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Materials\TextureSwappableMaterial.uasset
New File 311810 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\P_Explosion.uasset
New File 88187 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\Materials\M_Burst.uasset
New File 93517 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\Materials\M_explosion_subUV.uasset
New File 87017 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\Materials\m_flare_01.uasset
New File 80803 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\Materials\M_radial_ramp.uasset
New File 102761 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Particles\Materials\M_smoke_subUV.uasset
New File 155327 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Burst_M.uasset
New File 2.8 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Explosion_SubUV.uasset
New File 10.3 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_MacroVariation.uasset
New File 2.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Smoke_SubUV.uasset
New File 111433 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Smoke_Tiled_D.uasset
New File 806389 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Tech_Hex_Tile_M.uasset
New File 510824 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\StarterContent\Textures\T_Tech_Hex_Tile_N.uasset
New File 89477 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\Fixed_Template_Master.uasset
New File 100161 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\Landscape.uasset
New File 119004 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MasterGrid.uasset
New File 111317 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MasterSolidColor.uasset
New File 85125 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\BlackGrid.uasset
New File 96524 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\LandscapeNoHole.uasset
New File 115095 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\RedGrid.uasset
New File 105412 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\SolidOrange.uasset
New File 109459 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\SolidRed.uasset
New File 105204 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Materials\MaterialInstances\Template_BaseBlue.uasset
New File 1398 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\PhysicsMaterials\NonSlippery.uasset
New File 1386 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\PhysicsMaterials\Slippery.uasset
New File 1340 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_att.uasset
New File 12795 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Loop_Cue.uasset
New File 683891 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_01_Loop.uasset
New File 763603 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_02_Loop.uasset
New File 790562 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_03_Loop.uasset
New File 406784 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_04_Loop.uasset
New File 434813 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_05_Loop.uasset
New File 744910 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Sound\Engine_Speed_06_Loop.uasset
New File 94.0 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SUV.uasset
New File 121285 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvAnim.uasset
New File 1164 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvBackTireData.uasset
New File 5480 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvBackWheel.uasset
New File 116927 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvCarPawn.uasset
New File 1168 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvFrontTireData.uasset
New File 5195 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\SuvFrontWheel.uasset
New File 3.1 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\Suv_Pa.uasset
New File 2201 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\Suv_Skel.uasset
New File 121878 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CaliperPaint\MI_Caliper_Black.uasset
New File 123817 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CaliperPaint\MI_Caliper_Orange.uasset
New File 130686 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CaliperPaint\MI_Caliper_Red.uasset
New File 141804 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CaliperPaint\M_Caliper.uasset
New File 163654 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CaliperPaint\M_Caliper_Flake.uasset
New File 123857 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CarPaint\MI_CarPaint_14_Blue.uasset
New File 209905 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\CarPaint\M_Carpaint.uasset
New File 118456 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Fabric\MI_Fabric_ArchLiner.uasset
New File 137809 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Fabric\M_Fabric_ArchLiner.uasset
New File 131566 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Functions\MF_Sparkle_random.uasset
New File 139452 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Functions\WorldAlignedTexture_Bumpoffset.uasset
New File 86544 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Glass\Headlights.uasset
New File 100188 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Glass\MI_Glass.uasset
New File 136561 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Glass\M_Glass.uasset
New File 112442 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Leather\MI_Leather_02_Black_Dark.uasset
New File 118751 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Leather\MI_Leather_05_Brown.uasset
New File 106993 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Leather\MI_Leather_08_Tan_Sandy.uasset
New File 206896 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Leather\M_Leather.uasset
New File 126066 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Metal\MI_Metal_Anodized_03_Dark.uasset
New File 138748 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Metal\MI_Metal_Chrome_02_Medium.uasset
New File 123446 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Metal\MI_Metal_Chrome_Dirt_02_Medium.uasset
New File 137383 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Metal\M_Metal.uasset
New File 106644 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Plastic\MI_Plastic_Matte_Black.uasset
New File 150905 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Plastic\M_Plastic_Matte.uasset
New File 129826 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Reflector\MI_Reflector_Orange.uasset
New File 122834 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Reflector\MI_Reflector_RED.uasset
New File 184233 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Reflector\M_Reflector.uasset
New File 131947 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Materials\Rubber\M_TireRubber.uasset
New File 470789 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\CarPaint\T_Bump_N.uasset
New File 187809 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\CarPaint\T_FlakeMask.uasset
New File 303294 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\CarPaint\T_MetalFlakes_N.uasset
New File 844598 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Fabric\T_Fabric_ArchLiner_D.uasset
New File 926003 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Fabric\T_Fabric_ArchLiner_N.uasset
New File 416496 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Leather\T_Leather_01_AO.uasset
New File 857878 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Leather\T_Leather_01_N.uasset
New File 465026 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Leather\T_Leather_01_R.uasset
New File 97795 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Leather\T_PerforationMask.uasset
New File 118319 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Leather\T_Perforation_N.uasset
New File 981169 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Metal\T_WheelHub_R.uasset
New File 868380 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Plastic\T_Metal_Dark_D.uasset
New File 424062 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Reflector\T_PlasticDirt.uasset
New File 605796 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Reflector\T_ReflectorHexagon_N.uasset
New File 442003 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Reflector\T_ReflectorHoneyComb_N.uasset
New File 337273 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Reflector\T_ReflectorTri_N.uasset
New File 296933 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Rubber\T_TireRubber_R.uasset
New File 87259 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\SUV\AutomotiveMaterials\Textures\Rubber\T_TireSidewall_EpicVer_Release_N.uasset
New File 46679 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Textures\VehicleJoystick_BackgroundL.uasset
New File 46674 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Textures\VehicleJoystick_BackgroundR.uasset
New File 2475 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\LeftVirtualJoystickOnly.uasset
New File 119544 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\VehicleAdvPawn.uasset
New File 476719 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\VehicleAnimationBlueprint.uasset
New File 403180 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\VehicleBodyCollision.uasset
New File 28659 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\VehiclePhysicsAsset.uasset
New File 12736 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\VehicleSkeleton.uasset
New File 3.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\Vehicle_SkelMesh.uasset
New File 1868 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\WheelData\Vehicle_BackTireConfig.uasset
New File 1872 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\VehicleAdv\Vehicle\WheelData\Vehicle_FrontTireConfig.uasset
New File 76665 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\MenuActor.uasset
New File 4196 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\RoundedCorner.uasset
New File 124159 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\WeatherBoolWidget.uasset
New File 163152 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\WeatherParamScalarWidget.uasset
New File 251811 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\WeatherParamWindWidget.uasset
New File 353993 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\Fonts\Calibri.uasset
New File 850903 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\Fonts\CALIBRIB.uasset
New File 10578 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\UI\Fonts\Calibri_Font.uasset
New File 626533 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\WeatherActor.uasset
New File 3185 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\WeatherGlobalParams.uasset
New File 81320 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\MF_MultiLerp.uasset
New File 118587 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\MF_WeatherMatFunc.uasset
New File 94566 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\MF_WorldAlignedNoise.uasset
New File 92864 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\MI_MapleLeaf01.uasset
New File 106398 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_Leaf_master.uasset
New File 79184 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_RainDrop_Inst.uasset
New File 96077 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_RainDrop_Master.uasset
New File 75834 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_RainSplash_Inst.uasset
New File 82015 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_RainSplash_Master.uasset
New File 86672 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_Ripple_Inst.uasset
New File 91895 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_Ripple_Master.uasset
New File 76346 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_Snowflake_Inst.uasset
New File 95956 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_SnowFlake_Master.uasset
New File 81022 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_VolumetricDust.uasset
New File 72160 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_VolumetricDustMain.uasset
New File 72164 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_VolumetricDust_Inst.uasset
New File 81043 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Materials\M_VolumetricFogMain.uasset
New File 88189 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Meshes\MapleLeaf01.uasset
New File 134180 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_DustBigVolumetricFollowCar.uasset
New File 130501 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_DustFXVolumetric.uasset
New File 132309 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_DustVolumetric_Main.uasset
New File 132244 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_FogVolumetric_Main.uasset
New File 31028 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_LeavesFX.uasset
New File 25711 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_RainFX.uasset
New File 73351 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_RainSplash.uasset
New File 27798 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Particles\P_Weather_SnowFX.uasset
New File 988189 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Maple_01.uasset
New File 1.4 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\NoiseSoft_N.uasset
New File 55638 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\RainDrop_C.uasset
New File 43686 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\RainDrop_N.uasset
New File 210648 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Ripple01_C.uasset
New File 312494 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Ripple01_N.uasset
New File 298309 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\SnowFlakes.uasset
New File 4.9 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\SnowRainIce_Multi.uasset
New File 5.4 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Snow_N.uasset
New File 7.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\T_Perlin_Noise_M.uasset
New File 112016 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\T_Smoke_Tiled_D.uasset
New File 332206 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\WaterSplash_C.uasset
New File 2.5 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Leaves\GroundLeaves01.uasset
New File 2.7 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Content\Weather\WeatherFX\Textures\Leaves\GroundLeaves_N.uasset
New File 30845 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirBlueprintLib.cpp
New File 12325 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirBlueprintLib.h
New File 5784 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirSim.Build.cs
New File 583 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirSim.cpp
New File 136 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirSim.h
New File 2379 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirSimGameMode.cpp
New File 524 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirSimGameMode.h
New File 12900 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\CameraDirector.cpp
New File 3263 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\CameraDirector.h
New File 8623 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\DetectionComponent.cpp
New File 1693 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\DetectionComponent.h
New File 8897 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\ManualPoseController.cpp
New File 2132 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\ManualPoseController.h
New File 4580 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\NedTransform.cpp
New File 2591 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\NedTransform.h
New File 6832 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\ObjectFilter.cpp
New File 1687 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\ObjectFilter.h
New File 215 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PawnEvents.cpp
New File 585 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PawnEvents.h
New File 23335 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PawnSimApi.cpp
New File 7384 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PawnSimApi.h
New File 33512 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PIPCamera.cpp
New File 5662 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\PIPCamera.h
New File 7736 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\RenderRequest.cpp
New File 2402 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\RenderRequest.h
New File 1223 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\TextureShuffleActor.cpp
New File 872 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\TextureShuffleActor.h
New File 6729 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\UnrealImageCapture.cpp
New File 1179 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\UnrealImageCapture.h
New File 44325 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\WorldSimApi.cpp
New File 9192 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\WorldSimApi.h
New File 5 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\.gitignore
New File 29688 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\AirLib.vcxproj
New File 21702 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\AirLib.vcxproj.filters
New File 384 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\AirSim.props
New File 198 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\update_mavlibkcom.bat
New File 1206 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Cholesky
New File 1900 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\CholmodSupport
New File 694 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\CMakeLists.txt
New File 17961 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Core
New File 122 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Dense
New File 35 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Eigen
New File 1822 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Eigenvalues
New File 2050 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Geometry
New File 874 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Householder
New File 2083 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\IterativeLinearSolvers
New File 939 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Jacobi
New File 1433 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\LU
New File 991 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\MetisSupport
New File 2483 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\OrderingMethods
New File 1116 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\PardisoSupport
New File 1676 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\PaStiXSupport
New File 1317 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\QR
New File 945 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\QtAlignedMalloc
New File 919 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\Sparse
New File 1371 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SparseCholesky
New File 2240 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SparseCore
New File 1713 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SparseLU
New File 1222 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SparseQR
New File 1162 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SPQRSupport
New File 797 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\StdDeque
New File 726 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\StdList
New File 803 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\StdVector
New File 2243 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SuperLUSupport
New File 1629 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\SVD
New File 1382 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\UmfPackSupport
New File 24480 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Cholesky\LDLT.h
New File 18395 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Cholesky\LLT.h
New File 3974 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Cholesky\LLT_LAPACKE.h
New File 22307 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\CholmodSupport\CholmodSupport.h
New File 12115 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Array.h
New File 8179 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ArrayBase.h
New File 6775 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ArrayWrapper.h
New File 2720 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Assign.h
New File 38153 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\AssignEvaluator.h
New File 12479 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Assign_MKL.h
New File 13910 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\BandMatrix.h
New File 18064 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Block.h
New File 4249 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\BooleanRedux.h
New File 5689 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CommaInitializer.h
New File 6990 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ConditionEstimator.h
New File 62197 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CoreEvaluators.h
New File 4525 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CoreIterators.h
New File 7593 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CwiseBinaryOp.h
New File 31424 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CwiseNullaryOp.h
New File 8256 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CwiseTernaryOp.h
New File 3877 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CwiseUnaryOp.h
New File 5282 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\CwiseUnaryView.h
New File 27420 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\DenseBase.h
New File 24212 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\DenseCoeffsBase.h
New File 21959 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\DenseStorage.h
New File 9597 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Diagonal.h
New File 12666 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\DiagonalMatrix.h
New File 970 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\DiagonalProduct.h
New File 11507 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Dot.h
New File 5619 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\EigenBase.h
New File 4769 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ForceAlignedAccess.h
New File 5705 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Fuzzy.h
New File 21123 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\GeneralProduct.h
New File 22185 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\GenericPacketMath.h
New File 10222 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\GlobalFunctions.h
New File 3519 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Inverse.h
New File 7076 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\IO.h
New File 7239 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Map.h
New File 10991 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\MapBase.h
New File 40865 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\MathFunctions.h
New File 3369 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\MathFunctionsImpl.h
New File 19067 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Matrix.h
New File 23213 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\MatrixBase.h
New File 3400 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\NestByValue.h
New File 3582 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\NoAlias.h
New File 9234 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\NumTraits.h
New File 21646 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\PermutationMatrix.h
New File 45180 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\PlainObjectBase.h
New File 7235 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Product.h
New File 49497 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ProductEvaluators.h
New File 6379 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Random.h
New File 17852 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Redux.h
New File 12800 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Ref.h
New File 5595 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Replicate.h
New File 4200 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\ReturnByValue.h
New File 7073 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Reverse.h
New File 6020 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Select.h
New File 14245 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\SelfAdjointView.h
New File 1697 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\SelfCwiseBinaryOp.h
New File 6795 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Solve.h
New File 4365 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\SolverBase.h
New File 9136 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\SolveTriangular.h
New File 7692 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\StableNorm.h
New File 3865 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Stride.h
New File 2683 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Swap.h
New File 14777 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Transpose.h
New File 14386 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Transpositions.h
New File 37234 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\TriangularMatrix.h
New File 3462 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\VectorBlock.h
New File 29441 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\VectorwiseOp.h
New File 8074 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\Visitor.h
New File 16443 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\Complex.h
New File 10797 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\MathFunctions.h
New File 37671 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AltiVec\PacketMath.h
New File 18037 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\Complex.h
New File 17776 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\MathFunctions.h
New File 27841 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\PacketMath.h
New File 1194 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX\TypeCasting.h
New File 15733 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX512\MathFunctions.h
New File 50985 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\AVX512\PacketMath.h
New File 4240 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\Complex.h
New File 23528 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\Half.h
New File 2387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\MathFunctions.h
New File 10744 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\PacketMath.h
New File 35538 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\PacketMathHalf.h
New File 5509 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\CUDA\TypeCasting.h
New File 1989 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\Default\ConjHelper.h
New File 1746 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\Default\Settings.h
New File 17706 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\Complex.h
New File 2846 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\MathFunctions.h
New File 28726 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\NEON\PacketMath.h
New File 19426 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\Complex.h
New File 18888 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\MathFunctions.h
New File 35843 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\PacketMath.h
New File 1759 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\SSE\TypeCasting.h
New File 15366 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\Complex.h
New File 4418 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\MathFunctions.h
New File 32283 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\arch\ZVector\PacketMath.h
New File 6284 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\AssignmentFunctors.h
New File 18263 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\BinaryFunctors.h
New File 8229 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\NullaryFunctors.h
New File 4400 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\StlFunctors.h
New File 607 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\TernaryFunctors.h
New File 27944 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\functors\UnaryFunctors.h
New File 81534 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralBlockPanelKernel.h
New File 18478 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrix.h
New File 15188 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrixTriangular.h
New File 6907 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrixTriangular_BLAS.h
New File 5017 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixMatrix_BLAS.h
New File 26808 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixVector.h
New File 6368 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\GeneralMatrixVector_BLAS.h
New File 4905 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\Parallelizer.h
New File 19632 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixMatrix.h
New File 11198 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixMatrix_BLAS.h
New File 9901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixVector.h
New File 5209 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointMatrixVector_BLAS.h
New File 6105 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointProduct.h
New File 4066 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\SelfadjointRank2Update.h
New File 20403 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixMatrix.h
New File 13743 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixMatrix_BLAS.h
New File 14722 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixVector.h
New File 10571 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularMatrixVector_BLAS.h
New File 13979 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverMatrix.h
New File 6513 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverMatrix_BLAS.h
New File 5741 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\products\TriangularSolverVector.h
New File 15722 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\BlasUtil.h
New File 21579 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\Constants.h
New File 3981 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\DisableStupidWarnings.h
New File 14150 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\ForwardDeclarations.h
New File 36570 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\Macros.h
New File 40579 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\Memory.h
New File 20586 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\Meta.h
New File 4026 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\MKL_support.h
New File 85 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\NonMPL2.h
New File 856 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\ReenableStupidWarnings.h
New File 10518 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\StaticAssert.h
New File 34198 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Core\util\XprHelper.h
New File 12558 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexEigenSolver.h
New File 17021 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexSchur.h
New File 4178 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\ComplexSchur_LAPACKE.h
New File 22944 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\EigenSolver.h
New File 17176 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\GeneralizedEigenSolver.h
New File 9715 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\GeneralizedSelfAdjointEigenSolver.h
New File 14351 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\HessenbergDecomposition.h
New File 5539 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\MatrixBaseEigenvalues.h
New File 23586 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealQZ.h
New File 20288 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealSchur.h
New File 3650 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\RealSchur_LAPACKE.h
New File 33674 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\SelfAdjointEigenSolver.h
New File 4104 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\SelfAdjointEigenSolver_LAPACKE.h
New File 22444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Eigenvalues\Tridiagonalization.h
New File 14815 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\AlignedBox.h
New File 8423 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\AngleAxis.h
New File 3639 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\EulerAngles.h
New File 20539 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Homogeneous.h
New File 11961 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Hyperplane.h
New File 8949 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\OrthoMethods.h
New File 8308 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\ParametrizedLine.h
New File 32152 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Quaternion.h
New File 6877 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Rotation2D.h
New File 8063 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\RotationBase.h
New File 6324 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Scaling.h
New File 60514 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Transform.h
New File 7773 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Translation.h
New File 6191 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\Umeyama.h
New File 5387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Geometry\arch\Geometry_SSE.h
New File 4481 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Householder\BlockHouseholder.h
New File 5345 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Householder\Householder.h
New File 20603 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Householder\HouseholderSequence.h
New File 6755 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\BasicPreconditioners.h
New File 7253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\BiCGSTAB.h
New File 9289 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\ConjugateGradient.h
New File 15062 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IncompleteCholesky.h
New File 15234 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IncompleteLUT.h
New File 11527 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\IterativeSolverBase.h
New File 7762 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\LeastSquareConjugateGradient.h
New File 4158 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\IterativeLinearSolvers\SolveWithGuess.h
New File 15902 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\Jacobi\Jacobi.h
New File 3057 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\Determinant.h
New File 32803 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\FullPivLU.h
New File 15064 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\InverseImpl.h
New File 21478 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\PartialPivLU.h
New File 3555 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\PartialPivLU_LAPACKE.h
New File 13669 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\LU\arch\Inverse_SSE.h
New File 4588 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\MetisSupport\MetisSupport.h
New File 30560 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\blas.h
New File 2913 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\Image.h
New File 2742 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\Kernel.h
New File 7834 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\lapack.h
New File 1.0 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\lapacke.h
New File 474 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\lapacke_mangling.h
New File 1748 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\misc\RealSvd2x2.h
New File 16396 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Amd.h
New File 62266 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Eigen_Colamd.h
New File 5229 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\OrderingMethods\Ordering.h
New File 20032 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\PardisoSupport\PardisoSupport.h
New File 22248 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\PaStiXSupport\PaStiXSupport.h
New File 13132 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\ArrayCwiseBinaryOps.h
New File 16929 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\ArrayCwiseUnaryOps.h
New File 37403 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\BlockMethods.h
New File 4828 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\CommonCwiseBinaryOps.h
New File 5621 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\CommonCwiseUnaryOps.h
New File 6375 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\MatrixCwiseBinaryOps.h
New File 2937 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\plugins\MatrixCwiseUnaryOps.h
New File 24881 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\ColPivHouseholderQR.h
New File 4662 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\ColPivHouseholderQR_LAPACKE.h
New File 20805 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\CompleteOrthogonalDecomposition.h
New File 25478 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\FullPivHouseholderQR.h
New File 14022 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\HouseholderQR.h
New File 2993 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\QR\HouseholderQR_LAPACKE.h
New File 24010 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCholesky\SimplicialCholesky.h
New File 6898 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCholesky\SimplicialCholesky_impl.h
New File 10537 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\AmbiVector.h
New File 8164 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\CompressedStorage.h
New File 13178 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\ConservativeSparseSparseProduct.h
New File 2191 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\MappedSparseMatrix.h
New File 8080 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseAssign.h
New File 25592 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseBlock.h
New File 6485 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseColEtree.h
New File 12720 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCompressedBase.h
New File 25840 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCwiseBinaryOp.h
New File 4711 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseCwiseUnaryOp.h
New File 12487 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDenseProduct.h
New File 5808 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDiagonalProduct.h
New File 3080 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseDot.h
New File 1107 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseFuzzy.h
New File 12589 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMap.h
New File 52373 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMatrix.h
New File 17923 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseMatrixBase.h
New File 7329 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparsePermutation.h
New File 7049 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseProduct.h
New File 1699 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseRedux.h
New File 15492 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseRef.h
New File 25715 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSelfAdjointView.h
New File 4424 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSolverBase.h
New File 8704 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseSparseProductWithPruning.h
New File 3175 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseTranspose.h
New File 6437 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseTriangularView.h
New File 6602 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseUtil.h
New File 14831 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseVector.h
New File 8110 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\SparseView.h
New File 9657 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseCore\TriangularSolver.h
New File 27866 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU.h
New File 4303 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLUImpl.h
New File 6712 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_column_bmod.h
New File 6582 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_column_dfs.h
New File 3681 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_copy_to_ucol.h
New File 10216 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_gemm_kernel.h
New File 4181 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_heap_relax_snode.h
New File 5723 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_kernel_bmod.h
New File 7601 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Memory.h
New File 8486 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_panel_bmod.h
New File 9028 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_panel_dfs.h
New File 4979 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_pivotL.h
New File 4545 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_pruneL.h
New File 2889 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_relax_snode.h
New File 4974 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Structs.h
New File 10022 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_SupernodalMatrix.h
New File 2049 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseLU\SparseLU_Utils.h
New File 28373 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SparseQR\SparseQR.h
New File 11405 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SPQRSupport\SuiteSparseQRSupport.h
New File 2809 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\StlSupport\details.h
New File 5117 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\StlSupport\StdDeque.h
New File 4147 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\StlSupport\StdList.h
New File 5330 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\StlSupport\StdVector.h
New File 34345 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SuperLUSupport\SuperLUSupport.h
New File 48778 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SVD\BDCSVD.h
New File 32949 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SVD\JacobiSVD.h
New File 5099 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SVD\JacobiSVD_LAPACKE.h
New File 12740 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SVD\SVDBase.h
New File 15957 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\SVD\UpperBidiagonalization.h
New File 17202 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\eigen3\Eigen\src\UmfPackSupport\UmfPackSupport.h
New File 3427 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\AdHocConnection.hpp
New File 3831 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\AsyncResult.hpp
New File 8344 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkConnection.hpp
New File 821 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkDebugLog.hpp
New File 1659 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkFtpClient.hpp
New File 1330 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkLog.hpp
New File 8630 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkMessageBase.hpp
New File 425193 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkMessages.hpp
New File 3618 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkNode.hpp
New File 1090 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkTcpServer.hpp
New File 3402 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkVehicle.hpp
New File 2089 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\MavLinkVideoStream.hpp
New File 1370 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\Semaphore.hpp
New File 1375 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\UdpSocket.hpp
New File 3196 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\include\VehicleState.hpp
New File 14.1 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.bsc
New File 945152 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.idb
New File 17.7 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.lib
New File 2.6 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Debug\MavLinkCom.pdb
New File 14.0 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.bsc
New File 8.9 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.lib
New File 2.6 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\MavLinkCom\lib\x64\Release\MavLinkCom.pdb
New File 5780 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\client.h
New File 2236 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\client.inl
New File 396 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\compatibility.h
New File 1071 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\config.h
New File 1087 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\config.h.in
New File 4524 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\dispatcher.h
New File 3116 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\dispatcher.inl
New File 1026 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack.hpp
New File 1811 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\rpc_error.h
New File 4342 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\server.h
New File 2871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\this_handler.h
New File 361 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\this_handler.inl
New File 929 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\this_server.h
New File 1634 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\this_session.h
New File 312 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\version.h
New File 352 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\version.h.in
New File 504 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\all.h
New File 450 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\any.h
New File 3056 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\async_writer.h
New File 298 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\bool.h
New File 2421 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\call.h
New File 1011 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\client_error.h
New File 269 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\constant.h
New File 391 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\dev_utils.h
New File 479 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\func_tools.h
New File 2445 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\func_traits.h
New File 281 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\if.h
New File 216 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\invoke.h
New File 466 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\is_specialization_of.h
New File 5456 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\log.h
New File 541 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\make_unique.h
New File 235 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\not.h
New File 281 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\pimpl.h
New File 4091 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\response.h
New File 1020 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\server_session.h
New File 781 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\thread_group.h
New File 490 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\detail\util.h
New File 448 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\cpp_config.hpp
New File 465 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\cpp_config_decl.hpp
New File 679 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer.h
New File 427 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer.hpp
New File 448 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\fbuffer_decl.hpp
New File 537 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\gcc_atomic.h
New File 826 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\gcc_atomic.hpp
New File 440 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\iterator.hpp
New File 462 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\iterator_decl.hpp
New File 422 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\meta.hpp
New File 444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\meta_decl.hpp
New File 2707 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\object.h
New File 491 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\object.hpp
New File 449 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\object_decl.hpp
New File 516 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\object_fwd.hpp
New File 469 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\object_fwd_decl.hpp
New File 4804 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\pack.h
New File 438 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\pack.hpp
New File 432 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\pack_decl.hpp
New File 436 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\pack_define.h
New File 23515 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\pack_template.h
New File 449 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\parse_return.hpp
New File 697 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef.h
New File 497 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor.hpp
New File 2277 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer.h
New File 462 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer.hpp
New File 457 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\sbuffer_decl.hpp
New File 6413 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\sysdep.h
New File 1781 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\type.hpp
New File 7846 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack.h
New File 527 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack.hpp
New File 444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack_decl.hpp
New File 2309 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack_define.h
New File 422 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack_exception.hpp
New File 16574 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\unpack_template.h
New File 362 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\util.h
New File 900 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\version.h
New File 962 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\version.hpp
New File 2519 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\versioning.hpp
New File 105 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\version_master.h
New File 3579 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer.h
New File 480 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer.hpp
New File 474 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\vrefbuffer_decl.hpp
New File 4919 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer.h
New File 463 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer.hpp
New File 457 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zbuffer_decl.hpp
New File 3915 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zone.h
New File 430 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zone.hpp
New File 424 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\zone_decl.hpp
New File 528 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\adaptor_base.hpp
New File 494 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\adaptor_base_decl.hpp
New File 501 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\array_ref.hpp
New File 522 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\array_ref_decl.hpp
New File 429 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\bool.hpp
New File 409 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\carray.hpp
New File 417 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\char_ptr.hpp
New File 517 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\check_container_size.hpp
New File 534 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\check_container_size_decl.hpp
New File 470 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\define.hpp
New File 5008 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\define_decl.hpp
New File 405 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\deque.hpp
New File 443 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\ext.hpp
New File 464 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\ext_decl.hpp
New File 480 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\fixint.hpp
New File 502 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\fixint_decl.hpp
New File 405 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\float.hpp
New File 442 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\int.hpp
New File 464 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\int_decl.hpp
New File 401 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\list.hpp
New File 471 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\map.hpp
New File 492 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\map_decl.hpp
New File 505 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\msgpack_tuple.hpp
New File 499 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\msgpack_tuple_decl.hpp
New File 470 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\nil.hpp
New File 464 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\nil_decl.hpp
New File 401 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\pair.hpp
New File 470 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\raw.hpp
New File 464 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\raw_decl.hpp
New File 397 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\set.hpp
New File 503 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\size_equal_only.hpp
New File 524 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\size_equal_only_decl.hpp
New File 409 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\string.hpp
New File 480 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\v4raw.hpp
New File 474 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\v4raw_decl.hpp
New File 409 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector.hpp
New File 429 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_bool.hpp
New File 429 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_char.hpp
New File 465 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\vector_unsigned_char.hpp
New File 433 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\fusion.hpp
New File 599 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\msgpack_variant.hpp
New File 554 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\msgpack_variant_decl.hpp
New File 441 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\optional.hpp
New File 449 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\string_ref.hpp
New File 453 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\boost\string_view.hpp
New File 430 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array.hpp
New File 450 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array_char.hpp
New File 486 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\array_unsigned_char.hpp
New File 458 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\forward_list.hpp
New File 478 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\reference_wrapper.hpp
New File 450 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\shared_ptr.hpp
New File 430 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\tuple.hpp
New File 450 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unique_ptr.hpp
New File 462 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unordered_map.hpp
New File 462 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp11\unordered_set.hpp
New File 442 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp17\optional.hpp
New File 454 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\cpp17\string_view.hpp
New File 6699 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\tr1\unordered_map.hpp
New File 6273 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\adaptor\tr1\unordered_set.hpp
New File 1286 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture.h
New File 1750 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler.h
New File 434 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware.h
New File 501 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\language.h
New File 444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library.h
New File 4731 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\make.h
New File 1106 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os.h
New File 440 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\other.h
New File 719 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform.h
New File 370 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\version.h
New File 1617 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\version_number.h
New File 1684 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\alpha.h
New File 2138 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\arm.h
New File 1184 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\blackfin.h
New File 1939 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\convex.h
New File 1317 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\ia64.h
New File 2660 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\m68k.h
New File 2272 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\mips.h
New File 1956 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\parisc.h
New File 2211 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\ppc.h
New File 974 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\pyramid.h
New File 1438 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\rs6k.h
New File 1420 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sparc.h
New File 1871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\superh.h
New File 1079 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sys370.h
New File 1077 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\sys390.h
New File 1014 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86.h
New File 981 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\z.h
New File 2784 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86\32.h
New File 1323 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\architecture\x86\64.h
New File 1937 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\borland.h
New File 1608 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\clang.h
New File 1758 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\comeau.h
New File 2000 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\compaq.h
New File 1565 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\diab.h
New File 1513 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\digitalmars.h
New File 1531 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\dignus.h
New File 1528 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\edg.h
New File 1610 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\ekopath.h
New File 2049 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\gcc.h
New File 1447 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\gcc_xml.h
New File 2010 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\greenhills.h
New File 1698 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\hp_acc.h
New File 1471 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\iar.h
New File 2253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\ibm.h
New File 1967 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\intel.h
New File 1451 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\kai.h
New File 1530 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\llvm.h
New File 1429 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\metaware.h
New File 2680 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\metrowerks.h
New File 1412 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\microtec.h
New File 1831 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\mpw.h
New File 1479 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\palm.h
New File 1805 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\pgi.h
New File 2012 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\sgi_mipspro.h
New File 2447 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\sunpro.h
New File 1477 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\tendra.h
New File 2773 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\visualc.h
New File 1551 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\compiler\watcom.h
New File 278 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\comp_detected.h
New File 637 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\endian_compat.h
New File 274 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\os_detected.h
New File 278 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\platform_detected.h
New File 372 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\test.h
New File 1976 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\test_def.h
New File 354 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\_cassert.h
New File 334 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\detail\_exception.h
New File 3686 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd.h
New File 1592 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\arm.h
New File 1936 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\ppc.h
New File 3943 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86.h
New File 2771 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86_amd.h
New File 822 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\arm\versions.h
New File 1247 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\ppc\versions.h
New File 3324 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86\versions.h
New File 1345 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\hardware\simd\x86_amd\versions.h
New File 981 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\objc.h
New File 1383 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\stdc.h
New File 3278 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\language\stdcpp.h
New File 598 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c.h
New File 932 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std.h
New File 1547 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\gnu.h
New File 1154 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\uc.h
New File 1086 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\vms.h
New File 1454 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\zos.h
New File 329 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\c\_prefix.h
New File 1102 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\cxx.h
New File 1468 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\dinkumware.h
New File 1189 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\libcomo.h
New File 1184 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\modena.h
New File 1359 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\msl.h
New File 1498 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\roguewave.h
New File 1259 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\sgi.h
New File 1394 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\stdcpp3.h
New File 1825 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\stlport.h
New File 1075 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\vacpp.h
New File 835 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\library\std\_prefix.h
New File 1809 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\aix.h
New File 1160 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\amigaos.h
New File 1119 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\android.h
New File 1055 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\beos.h
New File 3257 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd.h
New File 1081 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\cygwin.h
New File 1122 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\haiku.h
New File 1166 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\hpux.h
New File 1406 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\ios.h
New File 1102 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\irix.h
New File 1124 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\linux.h
New File 1881 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\macos.h
New File 1081 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\os400.h
New File 1575 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\qnxnto.h
New File 1166 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\solaris.h
New File 1947 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\unix.h
New File 1241 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\vms.h
New File 1406 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\windows.h
New File 1219 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\bsdi.h
New File 1339 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\dragonfly.h
New File 1590 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\free.h
New File 2617 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\net.h
New File 6190 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\os\bsd\open.h
New File 7681 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\other\endian.h
New File 2309 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\mingw.h
New File 1339 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_desktop.h
New File 1250 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_phone.h
New File 1390 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_runtime.h
New File 1238 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\predef\platform\windows_store.h
New File 849 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic.hpp
New File 1694 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array.hpp
New File 758 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\assert_msg.hpp
New File 997 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\cat.hpp
New File 753 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comma.hpp
New File 762 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comma_if.hpp
New File 823 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison.hpp
New File 1031 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control.hpp
New File 800 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug.hpp
New File 746 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\dec.hpp
New File 752 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\empty.hpp
New File 749 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum.hpp
New File 770 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params.hpp
New File 815 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params_with_a_default.hpp
New File 812 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_params_with_defaults.hpp
New File 773 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_shifted.hpp
New File 794 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\enum_shifted_params.hpp
New File 755 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\expand.hpp
New File 755 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\expr_if.hpp
New File 1244 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities.hpp
New File 746 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\for.hpp
New File 761 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\identity.hpp
New File 740 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\if.hpp
New File 746 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\inc.hpp
New File 757 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iterate.hpp
New File 874 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration.hpp
New File 1871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\library.hpp
New File 751 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\limits.hpp
New File 1470 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list.hpp
New File 1047 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical.hpp
New File 745 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\max.hpp
New File 745 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\min.hpp
New File 1084 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation.hpp
New File 755 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat.hpp
New File 763 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_2nd.hpp
New File 763 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_3rd.hpp
New File 779 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to.hpp
New File 787 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to_2nd.hpp
New File 787 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repeat_from_to_3rd.hpp
New File 1792 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition.hpp
New File 812 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection.hpp
New File 2322 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq.hpp
New File 743 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot.hpp
New File 1069 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\stringize.hpp
New File 1361 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple.hpp
New File 1224 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic.hpp
New File 749 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\while.hpp
New File 1204 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\wstringize.hpp
New File 1978 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\add.hpp
New File 8871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\dec.hpp
New File 1340 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\div.hpp
New File 8843 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\inc.hpp
New File 1340 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\mod.hpp
New File 2196 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\mul.hpp
New File 1922 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\sub.hpp
New File 2724 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\arithmetic\detail\div_base.hpp
New File 1194 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\data.hpp
New File 1360 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\elem.hpp
New File 1677 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\enum.hpp
New File 3257 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\insert.hpp
New File 1810 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\pop_back.hpp
New File 1897 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\pop_front.hpp
New File 1809 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\push_back.hpp
New File 1819 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\push_front.hpp
New File 3074 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\remove.hpp
New File 2869 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\replace.hpp
New File 1436 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\reverse.hpp
New File 1194 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\size.hpp
New File 2096 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_list.hpp
New File 2059 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_seq.hpp
New File 1334 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\to_tuple.hpp
New File 2244 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\array\detail\get_data.hpp
New File 1056 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\equal.hpp
New File 1193 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\greater.hpp
New File 1295 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\greater_equal.hpp
New File 2093 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\less.hpp
New File 1341 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\less_equal.hpp
New File 70127 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\comparison\not_equal.hpp
New File 4943 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\config\config.hpp
New File 904 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\config\limits.hpp
New File 936 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\deduce_d.hpp
New File 1000 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\expr_if.hpp
New File 1260 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\expr_iif.hpp
New File 950 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\if.hpp
New File 1371 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\iif.hpp
New File 18765 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\while.hpp
New File 72703 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\while.hpp
New File 70399 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\dmc\while.hpp
New File 51662 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\edg\while.hpp
New File 33190 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\control\detail\msvc\while.hpp
New File 1454 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\assert.hpp
New File 1648 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\error.hpp
New File 1770 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\debug\line.hpp
New File 27728 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\auto_rec.hpp
New File 2293 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\check.hpp
New File 1287 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_binary.hpp
New File 1294 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_nullary.hpp
New File 1273 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\is_unary.hpp
New File 725 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\null.hpp
New File 1597 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\split.hpp
New File 28042 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\detail\dmc\auto_rec.hpp
New File 1547 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\apply.hpp
New File 581 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\empty.hpp
New File 874 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\expand.hpp
New File 785 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\identity.hpp
New File 9437 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\intercept.hpp
New File 974 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_1.hpp
New File 2680 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty.hpp
New File 1253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty_or_1.hpp
New File 1836 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\is_empty_variadic.hpp
New File 1176 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\overload.hpp
New File 1765 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\facilities\detail\is_empty.hpp
New File 3950 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\iterate.hpp
New File 1169 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\local.hpp
New File 830 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\self.hpp
New File 3791 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\finish.hpp
New File 21871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\local.hpp
New File 18115 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\rlocal.hpp
New File 845 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\self.hpp
New File 3791 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\start.hpp
New File 4253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower1.hpp
New File 4253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower2.hpp
New File 4253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower3.hpp
New File 4253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower4.hpp
New File 4253 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\lower5.hpp
New File 4305 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper1.hpp
New File 4305 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper2.hpp
New File 4305 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper3.hpp
New File 4305 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper4.hpp
New File 4305 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\bounds\upper5.hpp
New File 57458 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward1.hpp
New File 57387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward2.hpp
New File 57387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward3.hpp
New File 57387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward4.hpp
New File 57387 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\forward5.hpp
New File 50901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse1.hpp
New File 50901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse2.hpp
New File 50901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse3.hpp
New File 50901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse4.hpp
New File 50901 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\iteration\detail\iter\reverse5.hpp
New File 2291 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\adt.hpp
New File 1421 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\append.hpp
New File 1421 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\at.hpp
New File 1678 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\cat.hpp
New File 1538 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\enum.hpp
New File 2668 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\filter.hpp
New File 2846 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\first_n.hpp
New File 22495 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\fold_left.hpp
New File 1398 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\fold_right.hpp
New File 2185 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each.hpp
New File 3469 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each_i.hpp
New File 14490 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\for_each_product.hpp
New File 2482 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\rest_n.hpp
New File 1497 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\reverse.hpp
New File 2622 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\size.hpp
New File 26113 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_array.hpp
New File 1226 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_seq.hpp
New File 1820 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\to_tuple.hpp
New File 2419 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\transform.hpp
New File 67445 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\fold_left.hpp
New File 30989 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\fold_right.hpp
New File 73334 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\dmc\fold_left.hpp
New File 90535 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\edg\fold_left.hpp
New File 121666 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\list\detail\edg\fold_right.hpp
New File 964 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\and.hpp
New File 1467 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitand.hpp
New File 1465 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitnor.hpp
New File 1446 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitor.hpp
New File 1465 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bitxor.hpp
New File 8699 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\bool.hpp
New File 1354 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\compl.hpp
New File 964 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\nor.hpp
New File 909 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\not.hpp
New File 954 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\or.hpp
New File 964 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\logical\xor.hpp
New File 528 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\comma.hpp
New File 1066 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\comma_if.hpp
New File 1614 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\is_begin_parens.hpp
New File 838 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\paren.hpp
New File 1692 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\paren_if.hpp
New File 1412 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\remove_parens.hpp
New File 1961 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\punctuation\detail\is_begin_parens.hpp
New File 941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\deduce_r.hpp
New File 945 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\deduce_z.hpp
New File 3234 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum.hpp
New File 2914 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_binary_params.hpp
New File 1598 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params.hpp
New File 887 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params_with_a_default.hpp
New File 800 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_params_with_defaults.hpp
New File 3858 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted.hpp
New File 3121 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted_binary_params.hpp
New File 1985 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_shifted_params.hpp
New File 3770 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing.hpp
New File 3044 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing_binary_params.hpp
New File 1915 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\enum_trailing_params.hpp
New File 18251 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\for.hpp
New File 64008 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\repeat.hpp
New File 5548 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\repeat_from_to.hpp
New File 78031 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\for.hpp
New File 78543 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\dmc\for.hpp
New File 67324 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\edg\for.hpp
New File 48340 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\repetition\detail\msvc\for.hpp
New File 1314 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection\max.hpp
New File 1314 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\selection\min.hpp
New File 2002 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\cat.hpp
New File 17348 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\elem.hpp
New File 17359 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\enum.hpp
New File 3023 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\filter.hpp
New File 1458 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\first_n.hpp
New File 177310 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\fold_left.hpp
New File 39374 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\fold_right.hpp
New File 4778 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each.hpp
New File 5043 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each_i.hpp
New File 13187 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\for_each_product.hpp
New File 1291 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\insert.hpp
New File 1327 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\pop_back.hpp
New File 1134 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\pop_front.hpp
New File 800 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\push_back.hpp
New File 804 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\push_front.hpp
New File 1341 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\remove.hpp
New File 2035 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\replace.hpp
New File 1997 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\rest_n.hpp
New File 1797 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\reverse.hpp
New File 1746 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\seq.hpp
New File 31358 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\size.hpp
New File 1269 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\subseq.hpp
New File 1238 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_array.hpp
New File 1655 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_list.hpp
New File 1132 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\to_tuple.hpp
New File 2733 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\transform.hpp
New File 1404 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\variadic_seq_to_seq.hpp
New File 2693 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\binary_transform.hpp
New File 1657 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\is_empty.hpp
New File 17762 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\seq\detail\split.hpp
New File 1049 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\counter.hpp
New File 1408 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\slot.hpp
New File 11258 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\counter.hpp
New File 2943 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\def.hpp
New File 11088 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\shared.hpp
New File 10941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot1.hpp
New File 10941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot2.hpp
New File 10941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot3.hpp
New File 10941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot4.hpp
New File 10941 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\slot\detail\slot5.hpp
New File 13475 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\eat.hpp
New File 53661 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\elem.hpp
New File 1027 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\enum.hpp
New File 1422 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\insert.hpp
New File 2154 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\pop_back.hpp
New File 2174 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\pop_front.hpp
New File 1236 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\push_back.hpp
New File 1245 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\push_front.hpp
New File 25724 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\rem.hpp
New File 2154 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\remove.hpp
New File 1432 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\replace.hpp
New File 24526 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\reverse.hpp
New File 1300 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\size.hpp
New File 2052 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_array.hpp
New File 29584 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_list.hpp
New File 24893 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\to_seq.hpp
New File 1423 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\tuple\detail\is_single_return.hpp
New File 14364 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\elem.hpp
New File 2167 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\size.hpp
New File 1459 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_array.hpp
New File 1166 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_list.hpp
New File 1160 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_seq.hpp
New File 1089 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\to_tuple.hpp
New File 1448 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\preprocessor\variadic\detail\is_single_return.hpp
New File 2719 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\cpp_config.hpp
New File 2623 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\cpp_config_decl.hpp
New File 1248 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\fbuffer.hpp
New File 675 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\fbuffer_decl.hpp
New File 1444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\iterator.hpp
New File 1190 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\iterator_decl.hpp
New File 1176 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\meta.hpp
New File 1209 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\meta_decl.hpp
New File 24634 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\object.hpp
New File 3112 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_decl.hpp
New File 7214 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_fwd.hpp
New File 1979 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\object_fwd_decl.hpp
New File 44913 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\pack.hpp
New File 2210 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\pack_decl.hpp
New File 822 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\parse_return.hpp
New File 497 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\preprocessor.hpp
New File 3063 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\sbuffer.hpp
New File 726 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\sbuffer_decl.hpp
New File 50950 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack.hpp
New File 16042 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack_decl.hpp
New File 3217 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\unpack_exception.hpp
New File 962 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\version.hpp
New File 2517 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\versioning.hpp
New File 7093 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\vrefbuffer.hpp
New File 852 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\vrefbuffer_decl.hpp
New File 3735 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\zbuffer.hpp
New File 813 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\zbuffer_decl.hpp
New File 588 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\zone.hpp
New File 613 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\zone_decl.hpp
New File 3006 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\adaptor_base.hpp
New File 2225 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\adaptor_base_decl.hpp
New File 9742 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\array_ref.hpp
New File 1257 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\array_ref_decl.hpp
New File 1593 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\bool.hpp
New File 9028 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\carray.hpp
New File 2395 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\char_ptr.hpp
New File 1783 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\check_container_size.hpp
New File 1008 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\check_container_size_decl.hpp
New File 725 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\define.hpp
New File 771 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\define_decl.hpp
New File 3597 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\deque.hpp
New File 7089 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\ext.hpp
New File 774 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\ext_decl.hpp
New File 8431 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\fixint.hpp
New File 1095 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\fixint_decl.hpp
New File 3203 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\float.hpp
New File 12706 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\int.hpp
New File 1060 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\int_decl.hpp
New File 3507 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\list.hpp
New File 12181 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\map.hpp
New File 830 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\map_decl.hpp
New File 663 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\msgpack_tuple.hpp
New File 688 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\msgpack_tuple_decl.hpp
New File 1750 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\nil.hpp
New File 949 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\nil_decl.hpp
New File 2692 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\pair.hpp
New File 2569 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\raw.hpp
New File 768 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\raw_decl.hpp
New File 6741 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\set.hpp
New File 2895 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\size_equal_only.hpp
New File 1153 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\size_equal_only_decl.hpp
New File 2402 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\string.hpp
New File 2630 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\v4raw.hpp
New File 739 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\v4raw_decl.hpp
New File 4243 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector.hpp
New File 2939 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_bool.hpp
New File 3840 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_char.hpp
New File 4001 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\vector_unsigned_char.hpp
New File 6377 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\fusion.hpp
New File 15338 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\msgpack_variant.hpp
New File 2024 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\msgpack_variant_decl.hpp
New File 2835 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\optional.hpp
New File 2430 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\string_ref.hpp
New File 2444 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\boost\string_view.hpp
New File 4382 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array.hpp
New File 2888 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array_char.hpp
New File 3067 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\array_unsigned_char.hpp
New File 3166 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\forward_list.hpp
New File 1926 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\reference_wrapper.hpp
New File 2284 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\shared_ptr.hpp
New File 5013 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\tuple.hpp
New File 2279 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unique_ptr.hpp
New File 7677 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unordered_map.hpp
New File 7095 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp11\unordered_set.hpp
New File 2357 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp17\optional.hpp
New File 2263 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\cpp17\string_view.hpp
New File 166040 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_array.hpp
New File 17308 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_array_decl.hpp
New File 110117 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_map.hpp
New File 16921 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_define_map_decl.hpp
New File 1.1 m D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_msgpack_tuple.hpp
New File 69952 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp03_msgpack_tuple_decl.hpp
New File 3951 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_array.hpp
New File 989 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_array_decl.hpp
New File 3653 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_map.hpp
New File 931 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_define_map_decl.hpp
New File 6641 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_msgpack_tuple.hpp
New File 3542 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\detail\cpp11_msgpack_tuple_decl.hpp
New File 6699 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\tr1\unordered_map.hpp
New File 6273 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\adaptor\tr1\unordered_set.hpp
New File 20334 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp03_zone.hpp
New File 1187 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp03_zone_decl.hpp
New File 9225 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp11_zone.hpp
New File 1225 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v1\detail\cpp11_zone_decl.hpp
New File 1464 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\cpp_config_decl.hpp
New File 8688 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\create_object_visitor.hpp
New File 684 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\fbuffer_decl.hpp
New File 644 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\iterator_decl.hpp
New File 876 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\meta_decl.hpp
New File 2170 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\null_visitor.hpp
New File 673 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\object.hpp
New File 928 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_decl.hpp
New File 3069 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_fwd.hpp
New File 1506 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\object_fwd_decl.hpp
New File 952 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\pack_decl.hpp
New File 38116 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\parse.hpp
New File 933 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\parse_return.hpp
New File 702 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\sbuffer_decl.hpp
New File 10272 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\unpack.hpp
New File 12565 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\unpack_decl.hpp
New File 644 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\vrefbuffer_decl.hpp
New File 26363 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\x3_parse.hpp
New File 3558 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\x3_unpack.hpp
New File 627 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\zbuffer_decl.hpp
New File 613 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\zone_decl.hpp
New File 1262 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\adaptor_base.hpp
New File 1060 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\adaptor_base_decl.hpp
New File 733 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\array_ref_decl.hpp
New File 871 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\check_container_size_decl.hpp
New File 771 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\define_decl.hpp
New File 694 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\ext_decl.hpp
New File 931 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\fixint_decl.hpp
New File 1083 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\int_decl.hpp
New File 680 D:\AirSim-1.8.1-windows\Unreal\Plugins\AirSim\Source\AirLib\deps\rpclib\include\rpc\msgpack\v2\adaptor\map_decl.hpp
New File 688 D:\AirSim-1.8.1-windows\Un
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment