******************************************************************************** conan test cci-203dd5c2\recipes\lief\all\test_package\conanfile.py lief/0.10.1@#bb165a51be800399ac8b371018982cc4 -pr C:\J\w\prod\BuildSingleReference\189960\a7400a3c-71bf-48bb-a68c-4de645e87630/profile_windows_15_md_vs_release_64.lief-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=15 os=Windows [options] lief:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True lief/0.10.1 (test package): Installing package Requirements frozen/1.1.1 from 'conan-center' - Cache lief/0.10.1 from local cache - Cache mbedtls/3.2.1 from 'conan-center' - Cache nlohmann_json/3.11.2 from 'conan-center' - Cache rang/3.2 from 'conan-center' - Cache Packages frozen/1.1.1:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache lief/0.10.1:1f2231f178d8af3277b7438bd5224f4e55c23ffe - Cache mbedtls/3.2.1:6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7 - Cache nlohmann_json/3.11.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache rang/3.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... frozen/1.1.1: Already installed! mbedtls/3.2.1: Already installed! nlohmann_json/3.11.2: Already installed! rang/3.2: Already installed! lief/0.10.1: Already installed! lief/0.10.1 (test package): Generator 'CMakeDeps' calling 'generate()' lief/0.10.1 (test package): Generator 'VirtualRunEnv' calling 'generate()' lief/0.10.1 (test package): Generator txt created conanbuildinfo.txt lief/0.10.1 (test package): Generator 'CMakeToolchain' calling 'generate()' lief/0.10.1 (test package): Preset 'default' added to CMakePresets.json. Invoke it manually using 'cmake --preset default' lief/0.10.1 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE=C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\generators\conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW' lief/0.10.1 (test package): Aggregating env generators lief/0.10.1 (test package): Generated conaninfo.txt lief/0.10.1 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\generators/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK lief/0.10.1 (test package): Calling build() lief/0.10.1 (test package): CMake command: cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE="C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\." ----Running------ > cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE="C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\." ----------------- -- Using Conan toolchain: C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/build/generators/conan_toolchain.cmake -- The CXX compiler identification is MSVC 19.16.27048.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'LIEF::LIEF' -- Conan: Target declared 'rang::rang' -- Conan: Component target declared 'MbedTLS::mbedcrypto' -- Conan: Component target declared 'MbedTLS::mbedx509' -- Conan: Component target declared 'MbedTLS::mbedtls' -- Conan: Target declared 'nlohmann_json::nlohmann_json' -- Conan: Target declared 'frozen::frozen' -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/build lief/0.10.1 (test package): CMake command: cmake --build "C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build" --config Release ----Running------ > cmake --build "C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build" --config Release ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/CMakeLists.txt test_package.cpp C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(27): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'LIEF::exception' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\vcruntime_exception.h(44): note: see declaration of 'std::exception' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(27): note: see declaration of 'LIEF::exception' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(37): warning C4251: 'LIEF::exception::msg_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::exception' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Visitor.hpp(574): warning C4251: 'LIEF::Visitor::visited_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::Visitor' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Visitor.hpp(574): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Header.hpp(63): warning C4251: 'LIEF::Header::modes_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::Header' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::MODES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Header.hpp(38): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MODES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Symbol.hpp(58): warning C4251: 'LIEF::Symbol::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Symbol' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(97): warning C4251: 'LIEF::Section::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Function.hpp(63): warning C4251: 'LIEF::Function::flags_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'LIEF::Function' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::Function::FLAGS, _Ty=LIEF::Function::FLAGS ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Function.hpp(38): note: see declaration of 'std::set,std::allocator<_Ty>>' with [ _Kty=LIEF::Function::FLAGS, _Ty=LIEF::Function::FLAGS ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Binary.hpp(155): warning C4251: 'LIEF::Binary::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Parser.hpp(48): warning C4251: 'LIEF::Parser::binary_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(39): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(40): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(41): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(46): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/enums.hpp(952): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(56): warning C4251: 'LIEF::ELF::DataHandler::Handler::data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DataHandler::Handler' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(57): warning C4251: 'LIEF::ELF::DataHandler::Handler::nodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DataHandler::Handler' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::DataHandler::Node * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(57): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::DataHandler::Node * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Section.hpp(149): warning C4251: 'LIEF::ELF::Section::segments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(43): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Section.hpp(151): warning C4251: 'LIEF::ELF::Section::content_c_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Segment.hpp(107): warning C4251: 'LIEF::ELF::Segment::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Segment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(39): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Segment.hpp(109): warning C4251: 'LIEF::ELF::Segment::content_c_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Segment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryLibrary.hpp(46): warning C4251: 'LIEF::ELF::DynamicEntryLibrary::libname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryLibrary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicSharedObject.hpp(45): warning C4251: 'LIEF::ELF::DynamicSharedObject::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicSharedObject' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryRpath.hpp(70): warning C4251: 'LIEF::ELF::DynamicEntryRpath::rpath_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryRpath' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryRunPath.hpp(73): warning C4251: 'LIEF::ELF::DynamicEntryRunPath::runpath_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryRunPath' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryArray.hpp(71): warning C4251: 'LIEF::ELF::DynamicEntryArray::array_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryArray' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionAux.hpp(53): warning C4251: 'LIEF::ELF::SymbolVersionAux::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionAux' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionRequirement.hpp(75): warning C4251: 'LIEF::ELF::SymbolVersionRequirement::symbol_version_aux_requirement_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionRequirement' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionAuxRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(91): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionAuxRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionRequirement.hpp(77): warning C4251: 'LIEF::ELF::SymbolVersionRequirement::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionRequirement' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionDefinition.hpp(89): warning C4251: 'LIEF::ELF::SymbolVersionDefinition::symbol_version_aux_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionDefinition' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionAux * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(87): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionAux * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(104): warning C4251: 'LIEF::ELF::GnuHash::bloom_filters_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(105): warning C4251: 'LIEF::ELF::GnuHash::buckets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(106): warning C4251: 'LIEF::ELF::GnuHash::hash_values_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(102): warning C4251: 'LIEF::ELF::Note::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(104): warning C4251: 'LIEF::ELF::Note::description_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(109): warning C4251: 'LIEF::ELF::Note::details_': struct 'std::pair>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::NoteDetails ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(109): note: see declaration of 'std::pair>>' with [ _Ty=LIEF::ELF::NoteDetails ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SysvHash.hpp(64): warning C4251: 'LIEF::ELF::SysvHash::buckets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SysvHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SysvHash.hpp(65): warning C4251: 'LIEF::ELF::SysvHash::chains_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SysvHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(587): warning C4251: 'LIEF::ELF::Binary::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(39): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(590): warning C4251: 'LIEF::ELF::Binary::segments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(43): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(593): warning C4251: 'LIEF::ELF::Binary::dynamic_entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::DynamicEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(47): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::DynamicEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(596): warning C4251: 'LIEF::ELF::Binary::dynamic_symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(51): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(599): warning C4251: 'LIEF::ELF::Binary::static_symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(51): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(601): warning C4251: 'LIEF::ELF::Binary::relocations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(55): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(604): warning C4251: 'LIEF::ELF::Binary::symbol_version_table_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersion * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(69): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersion * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(607): warning C4251: 'LIEF::ELF::Binary::symbol_version_requirements_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(73): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(610): warning C4251: 'LIEF::ELF::Binary::symbol_version_definition_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionDefinition * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(77): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionDefinition * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(616): warning C4251: 'LIEF::ELF::Binary::notes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::Note * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(95): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Note * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(624): warning C4251: 'LIEF::ELF::Binary::interpreter_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(625): warning C4251: 'LIEF::ELF::Binary::overlay_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(64): warning C4267: 'initializing': conversion from 'size_t' to 'const uint32_t', possible loss of data [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(65): warning C4267: 'initializing': conversion from 'size_t' to 'const uint32_t', possible loss of data [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): warning C4251: 'LIEF::ELF::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Builder.hpp(126): warning C4251: 'LIEF::ELF::Builder::ios_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails.hpp(73): warning C4251: 'LIEF::ELF::NoteDetails::empty_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::NoteDetails' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/AndroidNote.hpp(95): warning C4251: 'LIEF::ELF::AndroidNote::ndk_version_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::AndroidNote' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/AndroidNote.hpp(96): warning C4251: 'LIEF::ELF::AndroidNote::ndk_build_number_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::AndroidNote' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrPsInfo.hpp(104): warning C4251: 'LIEF::ELF::CorePrPsInfo::file_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CorePrPsInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(206): warning C4251: 'LIEF::ELF::CorePrStatus::ctx_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CorePrStatus' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::ELF::CorePrStatus::REGISTERS, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(79): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::ELF::CorePrStatus::REGISTERS, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreAuxv.hpp(91): warning C4251: 'LIEF::ELF::CoreAuxv::ctx_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CoreAuxv' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::ELF::AUX_TYPE, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreAuxv.hpp(43): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::ELF::AUX_TYPE, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreFile.hpp(98): warning C4251: 'LIEF::ELF::CoreFile::files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CoreFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::ELF::CoreFileEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreFile.hpp(50): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::CoreFileEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Prototype.hpp(59): warning C4251: 'LIEF::DEX::Prototype::params_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Prototype' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(99): warning C4251: 'LIEF::DEX::Method::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(107): warning C4251: 'LIEF::DEX::Method::bytecode_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(111): warning C4251: 'LIEF::DEX::Method::dex2dex_info_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t, _Ty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(63): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=uint32_t, _Ty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(105): warning C4251: 'LIEF::DEX::Class::fullname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(108): warning C4251: 'LIEF::DEX::Class::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(46): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(109): warning C4251: 'LIEF::DEX::Class::source_filename_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/MapList.hpp(75): warning C4251: 'LIEF::DEX::MapList::items_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::MapList' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::DEX::MapItem::TYPES, _Ty=LIEF::DEX::MapItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/MapList.hpp(35): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::DEX::MapItem::TYPES, _Ty=LIEF::DEX::MapItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(134): warning C4251: 'LIEF::DEX::File::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(135): warning C4251: 'LIEF::DEX::File::location_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(138): warning C4251: 'LIEF::DEX::File::classes_': class 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(41): note: see declaration of 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(139): warning C4251: 'LIEF::DEX::File::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(46): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(140): warning C4251: 'LIEF::DEX::File::strings_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=std::string * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(50): note: see declaration of 'std::vector>' with [ _Ty=std::string * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(141): warning C4251: 'LIEF::DEX::File::types_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(142): warning C4251: 'LIEF::DEX::File::prototypes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Prototype * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(58): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Prototype * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(144): warning C4251: 'LIEF::DEX::File::class_list_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(42): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(146): warning C4251: 'LIEF::DEX::File::original_data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(96): warning C4251: 'LIEF::DEX::Parser::inheritance_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(96): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(100): warning C4251: 'LIEF::DEX::Parser::class_method_map_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(100): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(102): warning C4251: 'LIEF::DEX::Parser::class_type_map_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(102): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(104): warning C4251: 'LIEF::DEX::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Header.hpp(136): warning C4251: 'LIEF::OAT::Header::dex2oat_context_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Header' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::OAT::HEADER_KEYS, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Header.hpp(34): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::OAT::HEADER_KEYS, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/DexFile.hpp(73): warning C4251: 'LIEF::OAT::DexFile::location_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::DexFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/DexFile.hpp(80): warning C4251: 'LIEF::OAT::DexFile::classes_offsets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::DexFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Class.hpp(85): warning C4251: 'LIEF::OAT::Class::method_bitmap_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Class.hpp(86): warning C4251: 'LIEF::OAT::Class::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(44): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Method.hpp(86): warning C4251: 'LIEF::OAT::Method::quick_code_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(97): warning C4251: 'LIEF::OAT::Binary::dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(99): warning C4251: 'LIEF::OAT::Binary::oat_dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::OAT::DexFile * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(35): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::DexFile * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(100): warning C4251: 'LIEF::OAT::Binary::classes_': class 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::OAT::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(39): note: see declaration of 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::OAT::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(101): warning C4251: 'LIEF::OAT::Binary::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(44): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Parser.hpp(88): warning C4251: 'LIEF::OAT::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/VDEX/File.hpp(64): warning C4251: 'LIEF::VDEX::File::dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::VDEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/VDEX/Parser.hpp(68): warning C4251: 'LIEF::VDEX::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::VDEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(69): warning C4359: 'LIEF::ART::ART_17::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(130): warning C4359: 'LIEF::ART::ART_29::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(214): warning C4359: 'LIEF::ART::ART_30::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(296): warning C4359: 'LIEF::ART::ART_44::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(390): warning C4359: 'LIEF::ART::ART_56::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Parser.hpp(104): warning C4251: 'LIEF::ART::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::ART::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/RichHeader.hpp(63): warning C4251: 'LIEF::PE::RichHeader::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::RichHeader' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::RichEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(94): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::RichEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(106): warning C4251: 'LIEF::PE::Section::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(112): warning C4251: 'LIEF::PE::Section::types_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::PE::PE_SECTION_TYPES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(73): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::PE::PE_SECTION_TYPES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ImportEntry.hpp(85): warning C4251: 'LIEF::PE::ImportEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ImportEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Import.hpp(121): warning C4251: 'LIEF::PE::Import::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Import' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::ImportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(62): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ImportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Import.hpp(129): warning C4251: 'LIEF::PE::Import::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Import' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(86): warning C4251: 'LIEF::PE::TLS::callbacks_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(87): warning C4251: 'LIEF::PE::TLS::VAOfRawData_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(188): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(94): warning C4251: 'LIEF::PE::TLS::data_template_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Relocation.hpp(67): warning C4251: 'LIEF::PE::Relocation::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Relocation' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::RelocationEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::RelocationEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceNode.hpp(106): warning C4251: 'LIEF::PE::ResourceNode::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceNode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceNode.hpp(107): warning C4251: 'LIEF::PE::ResourceNode::childs_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceNode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::ResourceNode * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(86): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ResourceNode * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ExportEntry.hpp(65): warning C4251: 'LIEF::PE::ExportEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ExportEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Export.hpp(79): warning C4251: 'LIEF::PE::Export::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Export' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Export.hpp(80): warning C4251: 'LIEF::PE::Export::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Export' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::ExportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(66): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ExportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/PogoEntry.hpp(69): warning C4251: 'LIEF::PE::PogoEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::PogoEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Pogo.hpp(70): warning C4251: 'LIEF::PE::Pogo::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Pogo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::PogoEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(74): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::PogoEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(95): warning C4251: 'LIEF::PE::LangCodeItem::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::LangCodeItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(96): warning C4251: 'LIEF::PE::LangCodeItem::items_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::LangCodeItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::u16string, _Ty=std::u16string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(72): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=std::u16string, _Ty=std::u16string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(85): warning C4251: 'LIEF::PE::ResourceStringFileInfo::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceStringFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(86): warning C4251: 'LIEF::PE::ResourceStringFileInfo::childs_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceStringFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::LangCodeItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(64): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::LangCodeItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVarFileInfo.hpp(81): warning C4251: 'LIEF::PE::ResourceVarFileInfo::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVarFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVarFileInfo.hpp(82): warning C4251: 'LIEF::PE::ResourceVarFileInfo::translations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVarFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVersion.hpp(103): warning C4251: 'LIEF::PE::ResourceVersion::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVersion' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceIcon.hpp(113): warning C4251: 'LIEF::PE::ResourceIcon::pixels_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceIcon' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialogItem.hpp(112): warning C4251: 'LIEF::PE::ResourceDialogItem::window_class_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialogItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialogItem.hpp(113): warning C4251: 'LIEF::PE::ResourceDialogItem::title_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialogItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(162): warning C4251: 'LIEF::PE::ResourceDialog::menu_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(163): warning C4251: 'LIEF::PE::ResourceDialog::window_class_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(164): warning C4251: 'LIEF::PE::ResourceDialog::title_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(170): warning C4251: 'LIEF::PE::ResourceDialog::typeface_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(172): warning C4251: 'LIEF::PE::ResourceDialog::items_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::ResourceDialogItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(90): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ResourceDialogItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(62): warning C4251: 'LIEF::PE::AuthenticatedAttributes::content_type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(64): warning C4251: 'LIEF::PE::AuthenticatedAttributes::message_digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(66): warning C4251: 'LIEF::PE::AuthenticatedAttributes::program_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(67): warning C4251: 'LIEF::PE::AuthenticatedAttributes::more_info_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(68): warning C4251: 'LIEF::PE::AuthenticatedAttributes::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(70): warning C4251: 'LIEF::PE::SignerInfo::issuer_': struct 'std::pair>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::pair>>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(71): warning C4251: 'LIEF::PE::SignerInfo::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(74): warning C4251: 'LIEF::PE::SignerInfo::signature_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(75): warning C4251: 'LIEF::PE::SignerInfo::encrypted_digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(63): warning C4251: 'LIEF::PE::ContentInfo::content_type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(65): warning C4251: 'LIEF::PE::ContentInfo::type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(68): warning C4251: 'LIEF::PE::ContentInfo::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(69): warning C4251: 'LIEF::PE::ContentInfo::digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(70): warning C4251: 'LIEF::PE::ContentInfo::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(71): warning C4251: 'LIEF::PE::Signature::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(73): warning C4251: 'LIEF::PE::Signature::certificates_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::x509 ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(30): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::x509 ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(76): warning C4251: 'LIEF::PE::Signature::original_raw_signature_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(443): warning C4251: 'LIEF::PE::Binary::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(444): warning C4251: 'LIEF::PE::Binary::data_directories_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::DataDirectory * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(45): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::DataDirectory * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(445): warning C4251: 'LIEF::PE::Binary::symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::Symbol ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(78): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Symbol ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(446): warning C4251: 'LIEF::PE::Binary::strings_table_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Binary.hpp(100): note: see declaration of 'std::vector>' with [ _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(447): warning C4251: 'LIEF::PE::Binary::relocations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(49): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(449): warning C4251: 'LIEF::PE::Binary::imports_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::Import ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(58): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Import ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(451): warning C4251: 'LIEF::PE::Binary::debug_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::PE::Debug ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(70): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Debug ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(452): warning C4251: 'LIEF::PE::Binary::overlay_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(453): warning C4251: 'LIEF::PE::Binary::dos_stub_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(457): warning C4251: 'LIEF::PE::Binary::hooks_': class 'std::map,std::allocator>>,std::less<_Kty>,std::allocator,std::allocator>>>>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=std::string, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(457): note: see declaration of 'std::map,std::allocator>>,std::less<_Kty>,std::allocator,std::allocator>>>>>' with [ _Kty=std::string, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceData.hpp(78): warning C4251: 'LIEF::PE::ResourceData::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceData' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Parser.hpp(112): warning C4251: 'LIEF::PE::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Parser.hpp(115): warning C4251: 'LIEF::PE::Parser::resource_visited_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryFlags.hpp(31): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Builder.hpp(137): warning C4251: 'LIEF::PE::Builder::ios_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::PE::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/CodeViewPDB.hpp(68): warning C4251: 'LIEF::PE::CodeViewPDB::filename_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::CodeViewPDB' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/LoadCommand.hpp(78): warning C4251: 'LIEF::MachO::LoadCommand::originalData_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::LoadCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(126): warning C4251: 'LIEF::MachO::Section::segment_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(139): warning C4251: 'LIEF::MachO::Section::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(142): warning C4251: 'LIEF::MachO::Section::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(107): warning C4251: 'LIEF::MachO::SegmentCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(128): warning C4251: 'LIEF::MachO::SegmentCommand::data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(130): warning C4251: 'LIEF::MachO::SegmentCommand::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(70): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(132): warning C4251: 'LIEF::MachO::SegmentCommand::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DylibCommand.hpp(121): warning C4251: 'LIEF::MachO::DylibCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DylibCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DylinkerCommand.hpp(54): warning C4251: 'LIEF::MachO::DylinkerCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DylinkerCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(259): warning C4251: 'LIEF::MachO::DyldInfo::rebase_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(260): warning C4251: 'LIEF::MachO::DyldInfo::rebase_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(262): warning C4251: 'LIEF::MachO::DyldInfo::bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(263): warning C4251: 'LIEF::MachO::DyldInfo::bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(265): warning C4251: 'LIEF::MachO::DyldInfo::weak_bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(266): warning C4251: 'LIEF::MachO::DyldInfo::weak_bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(268): warning C4251: 'LIEF::MachO::DyldInfo::lazy_bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(269): warning C4251: 'LIEF::MachO::DyldInfo::lazy_bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(271): warning C4251: 'LIEF::MachO::DyldInfo::export_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(272): warning C4251: 'LIEF::MachO::DyldInfo::export_trie_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(274): warning C4251: 'LIEF::MachO::DyldInfo::export_info_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::ExportInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(82): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::ExportInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(275): warning C4251: 'LIEF::MachO::DyldInfo::binding_info_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::BindingInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(78): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::BindingInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/FunctionStarts.hpp(75): warning C4251: 'LIEF::MachO::FunctionStarts::functions_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::FunctionStarts' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/ThreadCommand.hpp(72): warning C4251: 'LIEF::MachO::ThreadCommand::state_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::ThreadCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/RPathCommand.hpp(52): warning C4251: 'LIEF::MachO::RPathCommand::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::RPathCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/CodeSignature.hpp(64): warning C4251: 'LIEF::MachO::CodeSignature::raw_signature_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::CodeSignature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DataInCode.hpp(73): warning C4251: 'LIEF::MachO::DataInCode::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DataInCode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::DataCodeEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DataInCode.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::DataCodeEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentSplitInfo.hpp(62): warning C4251: 'LIEF::MachO::SegmentSplitInfo::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentSplitInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SubFramework.hpp(57): warning C4251: 'LIEF::MachO::SubFramework::umbrella_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SubFramework' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldEnvironment.hpp(54): warning C4251: 'LIEF::MachO::DyldEnvironment::value_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldEnvironment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/BuildVersion.hpp(120): warning C4251: 'LIEF::MachO::BuildVersion::tools_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::BuildVersion' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::BuildToolVersion ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/BuildVersion.hpp(76): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::BuildToolVersion ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(484): warning C4251: 'LIEF::MachO::Binary::commands_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::LoadCommand * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(48): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::LoadCommand * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(485): warning C4251: 'LIEF::MachO::Binary::symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(52): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(488): warning C4251: 'LIEF::MachO::Binary::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/FatBinary.hpp(77): warning C4251: 'LIEF::MachO::FatBinary::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::FatBinary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Parser.hpp(53): warning C4251: 'LIEF::MachO::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Parser.hpp(54): warning C4251: 'LIEF::MachO::Parser::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Builder.hpp(121): warning C4251: 'LIEF::MachO::Builder::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Builder.hpp(123): warning C4251: 'LIEF::MachO::Builder::raw_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' test_package.vcxproj -> C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\Release\test_package.exe Building Custom Rule C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/CMakeLists.txt lief/0.10.1 (test package): Running test() ----Running------ > "C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_package\build\generators\conanrun.bat" && Release\test_package Release\test_package.exe ----------------- LIEF v0.10.0- lief/0.10.1 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior lief/0.10.1 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ******************************************************************************** conan test cci-203dd5c2\recipes\lief\all\test_v1_package\conanfile.py lief/0.10.1@#bb165a51be800399ac8b371018982cc4 -pr C:\J\w\prod\BuildSingleReference\189960\a7400a3c-71bf-48bb-a68c-4de645e87630/profile_windows_15_md_vs_release_64.lief-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=15 os=Windows [options] lief:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True lief/0.10.1 (test package): Installing package Requirements frozen/1.1.1 from 'conan-center' - Cache lief/0.10.1 from local cache - Cache mbedtls/3.2.1 from 'conan-center' - Cache nlohmann_json/3.11.2 from 'conan-center' - Cache rang/3.2 from 'conan-center' - Cache Packages frozen/1.1.1:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache lief/0.10.1:1f2231f178d8af3277b7438bd5224f4e55c23ffe - Cache mbedtls/3.2.1:6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7 - Cache nlohmann_json/3.11.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache rang/3.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... frozen/1.1.1: Already installed! mbedtls/3.2.1: Already installed! nlohmann_json/3.11.2: Already installed! rang/3.2: Already installed! lief/0.10.1: Already installed! lief/0.10.1 (test package): Generator cmake created conanbuildinfo.cmake lief/0.10.1 (test package): Generator txt created conanbuildinfo.txt lief/0.10.1 (test package): Generator cmake_find_package_multi created LIEFConfigVersion.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created LIEFConfig.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created LIEFTargets.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created LIEFTarget-release.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created rang-config-version.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created rang-config.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created rangTargets.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created rangTarget-release.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created MbedTLSConfigVersion.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created MbedTLSTarget-release.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created MbedTLSTargets.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created MbedTLSConfig.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created nlohmann_json-config-version.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created nlohmann_json-config.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created nlohmann_jsonTargets.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created nlohmann_jsonTarget-release.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created frozen-config-version.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created frozen-config.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created frozenTargets.cmake lief/0.10.1 (test package): Generator cmake_find_package_multi created frozenTarget-release.cmake lief/0.10.1 (test package): Aggregating env generators lief/0.10.1 (test package): Generated conaninfo.txt lief/0.10.1 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK lief/0.10.1 (test package): Calling build() ----Running------ > cd C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04 && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MD" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP8" -DCONAN_C_FLAGS="/MP8" -DCMAKE_INSTALL_PREFIX="C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_v1_package/build/3cf98bf2f763f56f3b91e0869e3c5da4522c7f04" -DCMAKE_MODULE_PATH="C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_v1_package/build/3cf98bf2f763f56f3b91e0869e3c5da4522c7f04" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package ----------------- -- The CXX compiler identification is MSVC 19.16.27048.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library LIEF found C:/J/w/prod/BuildSingleReference/.conan/data/lief/0.10.1/_/_/package/1f2231f178d8af3277b7438bd5224f4e55c23ffe/lib/LIEF.lib -- Library mbedtls found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedtls.lib -- Library mbedx509 found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedx509.lib -- Library mbedcrypto found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedcrypto.lib -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Library LIEF found C:/J/w/prod/BuildSingleReference/.conan/data/lief/0.10.1/_/_/package/1f2231f178d8af3277b7438bd5224f4e55c23ffe/lib/LIEF.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/lief/0.10.1/_/_/package/1f2231f178d8af3277b7438bd5224f4e55c23ffe/lib/LIEF.lib -- Library mbedtls found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedtls.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedtls.lib -- Library mbedx509 found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedx509.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedx509.lib -- Library mbedcrypto found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedcrypto.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedcrypto.lib -- Library mbedcrypto found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedcrypto.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedcrypto.lib -- Library mbedx509 found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedx509.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedx509.lib -- Library mbedtls found C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedtls.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/mbedtls/3.2.1/_/_/package/6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7/lib/mbedtls.lib -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_v1_package/build/3cf98bf2f763f56f3b91e0869e3c5da4522c7f04 ----Running------ > cmake --build C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04 --config Release -- /m:8 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_package/CMakeLists.txt test_package.cpp C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(27): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'LIEF::exception' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\vcruntime_exception.h(44): note: see declaration of 'std::exception' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(27): note: see declaration of 'LIEF::exception' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/exception.hpp(37): warning C4251: 'LIEF::exception::msg_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::exception' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Visitor.hpp(574): warning C4251: 'LIEF::Visitor::visited_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::Visitor' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Visitor.hpp(574): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Header.hpp(63): warning C4251: 'LIEF::Header::modes_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::Header' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::MODES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Header.hpp(38): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MODES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Symbol.hpp(58): warning C4251: 'LIEF::Symbol::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Symbol' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(97): warning C4251: 'LIEF::Section::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Function.hpp(63): warning C4251: 'LIEF::Function::flags_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'LIEF::Function' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::Function::FLAGS, _Ty=LIEF::Function::FLAGS ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Function.hpp(38): note: see declaration of 'std::set,std::allocator<_Ty>>' with [ _Kty=LIEF::Function::FLAGS, _Ty=LIEF::Function::FLAGS ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Binary.hpp(155): warning C4251: 'LIEF::Binary::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Parser.hpp(48): warning C4251: 'LIEF::Parser::binary_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(39): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(40): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(41): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/BinaryStream/BinaryStream.hpp(46): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/enums.hpp(952): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(56): warning C4251: 'LIEF::ELF::DataHandler::Handler::data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DataHandler::Handler' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(57): warning C4251: 'LIEF::ELF::DataHandler::Handler::nodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DataHandler::Handler' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::DataHandler::Node * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DataHandler/Handler.hpp(57): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::DataHandler::Node * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Section.hpp(149): warning C4251: 'LIEF::ELF::Section::segments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(43): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Section.hpp(151): warning C4251: 'LIEF::ELF::Section::content_c_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Segment.hpp(107): warning C4251: 'LIEF::ELF::Segment::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Segment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(39): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Segment.hpp(109): warning C4251: 'LIEF::ELF::Segment::content_c_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Segment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryLibrary.hpp(46): warning C4251: 'LIEF::ELF::DynamicEntryLibrary::libname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryLibrary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicSharedObject.hpp(45): warning C4251: 'LIEF::ELF::DynamicSharedObject::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicSharedObject' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryRpath.hpp(70): warning C4251: 'LIEF::ELF::DynamicEntryRpath::rpath_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryRpath' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryRunPath.hpp(73): warning C4251: 'LIEF::ELF::DynamicEntryRunPath::runpath_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryRunPath' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryArray.hpp(71): warning C4251: 'LIEF::ELF::DynamicEntryArray::array_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::DynamicEntryArray' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionAux.hpp(53): warning C4251: 'LIEF::ELF::SymbolVersionAux::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionAux' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionRequirement.hpp(75): warning C4251: 'LIEF::ELF::SymbolVersionRequirement::symbol_version_aux_requirement_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionRequirement' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionAuxRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(91): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionAuxRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionRequirement.hpp(77): warning C4251: 'LIEF::ELF::SymbolVersionRequirement::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionRequirement' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SymbolVersionDefinition.hpp(89): warning C4251: 'LIEF::ELF::SymbolVersionDefinition::symbol_version_aux_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SymbolVersionDefinition' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionAux * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(87): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionAux * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(104): warning C4251: 'LIEF::ELF::GnuHash::bloom_filters_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(105): warning C4251: 'LIEF::ELF::GnuHash::buckets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(106): warning C4251: 'LIEF::ELF::GnuHash::hash_values_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::GnuHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(102): warning C4251: 'LIEF::ELF::Note::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(104): warning C4251: 'LIEF::ELF::Note::description_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(109): warning C4251: 'LIEF::ELF::Note::details_': struct 'std::pair>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Note' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::NoteDetails ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Note.hpp(109): note: see declaration of 'std::pair>>' with [ _Ty=LIEF::ELF::NoteDetails ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SysvHash.hpp(64): warning C4251: 'LIEF::ELF::SysvHash::buckets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SysvHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/SysvHash.hpp(65): warning C4251: 'LIEF::ELF::SysvHash::chains_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::SysvHash' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(587): warning C4251: 'LIEF::ELF::Binary::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(39): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(590): warning C4251: 'LIEF::ELF::Binary::segments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(43): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Segment * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(593): warning C4251: 'LIEF::ELF::Binary::dynamic_entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::DynamicEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(47): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::DynamicEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(596): warning C4251: 'LIEF::ELF::Binary::dynamic_symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(51): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(599): warning C4251: 'LIEF::ELF::Binary::static_symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(51): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(601): warning C4251: 'LIEF::ELF::Binary::relocations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(55): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(604): warning C4251: 'LIEF::ELF::Binary::symbol_version_table_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersion * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(69): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersion * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(607): warning C4251: 'LIEF::ELF::Binary::symbol_version_requirements_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(73): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionRequirement * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(610): warning C4251: 'LIEF::ELF::Binary::symbol_version_definition_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::SymbolVersionDefinition * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(77): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::SymbolVersionDefinition * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(616): warning C4251: 'LIEF::ELF::Binary::notes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::Note * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/type_traits.hpp(95): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::Note * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(624): warning C4251: 'LIEF::ELF::Binary::interpreter_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Binary.hpp(625): warning C4251: 'LIEF::ELF::Binary::overlay_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(64): warning C4267: 'initializing': conversion from 'size_t' to 'const uint32_t', possible loss of data [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(65): warning C4267: 'initializing': conversion from 'size_t' to 'const uint32_t', possible loss of data [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): warning C4251: 'LIEF::ELF::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Builder.hpp(126): warning C4251: 'LIEF::ELF::Builder::ios_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::ELF::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails.hpp(73): warning C4251: 'LIEF::ELF::NoteDetails::empty_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::NoteDetails' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/AndroidNote.hpp(95): warning C4251: 'LIEF::ELF::AndroidNote::ndk_version_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::AndroidNote' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/AndroidNote.hpp(96): warning C4251: 'LIEF::ELF::AndroidNote::ndk_build_number_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::AndroidNote' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrPsInfo.hpp(104): warning C4251: 'LIEF::ELF::CorePrPsInfo::file_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CorePrPsInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(206): warning C4251: 'LIEF::ELF::CorePrStatus::ctx_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CorePrStatus' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::ELF::CorePrStatus::REGISTERS, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(79): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::ELF::CorePrStatus::REGISTERS, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreAuxv.hpp(91): warning C4251: 'LIEF::ELF::CoreAuxv::ctx_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CoreAuxv' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::ELF::AUX_TYPE, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreAuxv.hpp(43): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::ELF::AUX_TYPE, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreFile.hpp(98): warning C4251: 'LIEF::ELF::CoreFile::files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::ELF::CoreFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::ELF::CoreFileEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CoreFile.hpp(50): note: see declaration of 'std::vector>' with [ _Ty=LIEF::ELF::CoreFileEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Prototype.hpp(59): warning C4251: 'LIEF::DEX::Prototype::params_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Prototype' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(99): warning C4251: 'LIEF::DEX::Method::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(107): warning C4251: 'LIEF::DEX::Method::bytecode_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Method.hpp(111): warning C4251: 'LIEF::DEX::Method::dex2dex_info_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t, _Ty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(63): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=uint32_t, _Ty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(105): warning C4251: 'LIEF::DEX::Class::fullname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(108): warning C4251: 'LIEF::DEX::Class::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(46): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Class.hpp(109): warning C4251: 'LIEF::DEX::Class::source_filename_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/MapList.hpp(75): warning C4251: 'LIEF::DEX::MapList::items_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::MapList' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::DEX::MapItem::TYPES, _Ty=LIEF::DEX::MapItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/MapList.hpp(35): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::DEX::MapItem::TYPES, _Ty=LIEF::DEX::MapItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(134): warning C4251: 'LIEF::DEX::File::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(135): warning C4251: 'LIEF::DEX::File::location_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(138): warning C4251: 'LIEF::DEX::File::classes_': class 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(41): note: see declaration of 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(139): warning C4251: 'LIEF::DEX::File::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(46): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(140): warning C4251: 'LIEF::DEX::File::strings_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=std::string * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(50): note: see declaration of 'std::vector>' with [ _Ty=std::string * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(141): warning C4251: 'LIEF::DEX::File::types_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(142): warning C4251: 'LIEF::DEX::File::prototypes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Prototype * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(58): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Prototype * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(144): warning C4251: 'LIEF::DEX::File::class_list_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(42): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/File.hpp(146): warning C4251: 'LIEF::DEX::File::original_data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(96): warning C4251: 'LIEF::DEX::Parser::inheritance_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(96): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(100): warning C4251: 'LIEF::DEX::Parser::class_method_map_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(100): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(102): warning C4251: 'LIEF::DEX::Parser::class_type_map_': class 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(102): note: see declaration of 'std::unordered_multimap,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::DEX::Type * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Parser.hpp(104): warning C4251: 'LIEF::DEX::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::DEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Header.hpp(136): warning C4251: 'LIEF::OAT::Header::dex2oat_context_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Header' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::OAT::HEADER_KEYS, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Header.hpp(34): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=LIEF::OAT::HEADER_KEYS, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/DexFile.hpp(73): warning C4251: 'LIEF::OAT::DexFile::location_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::DexFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/DexFile.hpp(80): warning C4251: 'LIEF::OAT::DexFile::classes_offsets_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::DexFile' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Class.hpp(85): warning C4251: 'LIEF::OAT::Class::method_bitmap_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Class.hpp(86): warning C4251: 'LIEF::OAT::Class::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Class' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(44): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Method.hpp(86): warning C4251: 'LIEF::OAT::Method::quick_code_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Method' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(97): warning C4251: 'LIEF::OAT::Binary::dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(99): warning C4251: 'LIEF::OAT::Binary::oat_dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::OAT::DexFile * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(35): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::DexFile * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(100): warning C4251: 'LIEF::OAT::Binary::classes_': class 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=LIEF::OAT::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(39): note: see declaration of 'std::unordered_map,std::equal_to<_Kty>,std::allocator>>' with [ _Kty=std::string, _Ty=LIEF::OAT::Class * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Binary.hpp(101): warning C4251: 'LIEF::OAT::Binary::methods_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/type_traits.hpp(44): note: see declaration of 'std::vector>' with [ _Ty=LIEF::OAT::Method * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/OAT/Parser.hpp(88): warning C4251: 'LIEF::OAT::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::OAT::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/VDEX/File.hpp(64): warning C4251: 'LIEF::VDEX::File::dex_files_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::VDEX::File' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/type_traits.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::DEX::File * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/VDEX/Parser.hpp(68): warning C4251: 'LIEF::VDEX::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::VDEX::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(69): warning C4359: 'LIEF::ART::ART_17::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(130): warning C4359: 'LIEF::ART::ART_29::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(214): warning C4359: 'LIEF::ART::ART_30::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(296): warning C4359: 'LIEF::ART::ART_44::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Structures.hpp(390): warning C4359: 'LIEF::ART::ART_56::header': Alignment specifier is less than actual alignment (8), and will be ignored. [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ART/Parser.hpp(104): warning C4251: 'LIEF::ART::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::ART::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/RichHeader.hpp(63): warning C4251: 'LIEF::PE::RichHeader::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::RichHeader' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::RichEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(94): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::RichEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(106): warning C4251: 'LIEF::PE::Section::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(112): warning C4251: 'LIEF::PE::Section::types_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::PE::PE_SECTION_TYPES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Section.hpp(73): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::PE::PE_SECTION_TYPES ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ImportEntry.hpp(85): warning C4251: 'LIEF::PE::ImportEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ImportEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Import.hpp(121): warning C4251: 'LIEF::PE::Import::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Import' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::ImportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(62): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ImportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Import.hpp(129): warning C4251: 'LIEF::PE::Import::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Import' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(86): warning C4251: 'LIEF::PE::TLS::callbacks_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(87): warning C4251: 'LIEF::PE::TLS::VAOfRawData_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/NoteDetails/core/CorePrStatus.hpp(188): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/TLS.hpp(94): warning C4251: 'LIEF::PE::TLS::data_template_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::TLS' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Relocation.hpp(67): warning C4251: 'LIEF::PE::Relocation::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Relocation' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::RelocationEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(54): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::RelocationEntry * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceNode.hpp(106): warning C4251: 'LIEF::PE::ResourceNode::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceNode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceNode.hpp(107): warning C4251: 'LIEF::PE::ResourceNode::childs_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceNode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::ResourceNode * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(86): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ResourceNode * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ExportEntry.hpp(65): warning C4251: 'LIEF::PE::ExportEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ExportEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Export.hpp(79): warning C4251: 'LIEF::PE::Export::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Export' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Export.hpp(80): warning C4251: 'LIEF::PE::Export::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Export' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::ExportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(66): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ExportEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/PogoEntry.hpp(69): warning C4251: 'LIEF::PE::PogoEntry::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::PogoEntry' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Pogo.hpp(70): warning C4251: 'LIEF::PE::Pogo::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Pogo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::PogoEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(74): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::PogoEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(95): warning C4251: 'LIEF::PE::LangCodeItem::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::LangCodeItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(96): warning C4251: 'LIEF::PE::LangCodeItem::items_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::LangCodeItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::u16string, _Ty=std::u16string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/LangCodeItem.hpp(72): note: see declaration of 'std::map,std::allocator>>' with [ _Kty=std::u16string, _Ty=std::u16string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(85): warning C4251: 'LIEF::PE::ResourceStringFileInfo::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceStringFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(86): warning C4251: 'LIEF::PE::ResourceStringFileInfo::childs_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceStringFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::LangCodeItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceStringFileInfo.hpp(64): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::LangCodeItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVarFileInfo.hpp(81): warning C4251: 'LIEF::PE::ResourceVarFileInfo::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVarFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVarFileInfo.hpp(82): warning C4251: 'LIEF::PE::ResourceVarFileInfo::translations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVarFileInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/GnuHash.hpp(43): note: see declaration of 'std::vector>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceVersion.hpp(103): warning C4251: 'LIEF::PE::ResourceVersion::key_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceVersion' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceIcon.hpp(113): warning C4251: 'LIEF::PE::ResourceIcon::pixels_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceIcon' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialogItem.hpp(112): warning C4251: 'LIEF::PE::ResourceDialogItem::window_class_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialogItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialogItem.hpp(113): warning C4251: 'LIEF::PE::ResourceDialogItem::title_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialogItem' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(162): warning C4251: 'LIEF::PE::ResourceDialog::menu_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(163): warning C4251: 'LIEF::PE::ResourceDialog::window_class_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(164): warning C4251: 'LIEF::PE::ResourceDialog::title_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(170): warning C4251: 'LIEF::PE::ResourceDialog::typeface_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/resources/ResourceDialog.hpp(172): warning C4251: 'LIEF::PE::ResourceDialog::items_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceDialog' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::ResourceDialogItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(90): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::ResourceDialogItem ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(62): warning C4251: 'LIEF::PE::AuthenticatedAttributes::content_type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(64): warning C4251: 'LIEF::PE::AuthenticatedAttributes::message_digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(66): warning C4251: 'LIEF::PE::AuthenticatedAttributes::program_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4375): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(67): warning C4251: 'LIEF::PE::AuthenticatedAttributes::more_info_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/AuthenticatedAttributes.hpp(68): warning C4251: 'LIEF::PE::AuthenticatedAttributes::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::AuthenticatedAttributes' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(70): warning C4251: 'LIEF::PE::SignerInfo::issuer_': struct 'std::pair>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::pair>>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(71): warning C4251: 'LIEF::PE::SignerInfo::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(74): warning C4251: 'LIEF::PE::SignerInfo::signature_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/SignerInfo.hpp(75): warning C4251: 'LIEF::PE::SignerInfo::encrypted_digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::SignerInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(63): warning C4251: 'LIEF::PE::ContentInfo::content_type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(65): warning C4251: 'LIEF::PE::ContentInfo::type_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(68): warning C4251: 'LIEF::PE::ContentInfo::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(69): warning C4251: 'LIEF::PE::ContentInfo::digest_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/ContentInfo.hpp(70): warning C4251: 'LIEF::PE::ContentInfo::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ContentInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(71): warning C4251: 'LIEF::PE::Signature::digest_algorithm_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(73): warning C4251: 'LIEF::PE::Signature::certificates_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::x509 ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(30): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::x509 ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/Signature.hpp(76): warning C4251: 'LIEF::PE::Signature::original_raw_signature_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Signature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(443): warning C4251: 'LIEF::PE::Binary::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(444): warning C4251: 'LIEF::PE::Binary::data_directories_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::DataDirectory * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(45): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::DataDirectory * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(445): warning C4251: 'LIEF::PE::Binary::symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::Symbol ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(78): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Symbol ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(446): warning C4251: 'LIEF::PE::Binary::strings_table_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Binary.hpp(100): note: see declaration of 'std::vector>' with [ _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(447): warning C4251: 'LIEF::PE::Binary::relocations_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(49): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(449): warning C4251: 'LIEF::PE::Binary::imports_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::Import ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(58): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Import ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(451): warning C4251: 'LIEF::PE::Binary::debug_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::PE::Debug ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/type_traits.hpp(70): note: see declaration of 'std::vector>' with [ _Ty=LIEF::PE::Debug ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(452): warning C4251: 'LIEF::PE::Binary::overlay_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(453): warning C4251: 'LIEF::PE::Binary::dos_stub_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(457): warning C4251: 'LIEF::PE::Binary::hooks_': class 'std::map,std::allocator>>,std::less<_Kty>,std::allocator,std::allocator>>>>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=std::string, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Binary.hpp(457): note: see declaration of 'std::map,std::allocator>>,std::less<_Kty>,std::allocator,std::allocator>>>>>' with [ _Kty=std::string, _Ty=uint64_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/ResourceData.hpp(78): warning C4251: 'LIEF::PE::ResourceData::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::PE::ResourceData' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Parser.hpp(112): warning C4251: 'LIEF::PE::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Parser.hpp(115): warning C4251: 'LIEF::PE::Parser::resource_visited_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::PE::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/DynamicEntryFlags.hpp(31): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=uint32_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/Builder.hpp(137): warning C4251: 'LIEF::PE::Builder::ios_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::PE::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/CodeViewPDB.hpp(68): warning C4251: 'LIEF::PE::CodeViewPDB::filename_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::PE::CodeViewPDB' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/LoadCommand.hpp(78): warning C4251: 'LIEF::MachO::LoadCommand::originalData_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::LoadCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(126): warning C4251: 'LIEF::MachO::Section::segment_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(139): warning C4251: 'LIEF::MachO::Section::content_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Section.hpp(142): warning C4251: 'LIEF::MachO::Section::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Section' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(107): warning C4251: 'LIEF::MachO::SegmentCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(128): warning C4251: 'LIEF::MachO::SegmentCommand::data_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(130): warning C4251: 'LIEF::MachO::SegmentCommand::sections_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(70): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Section * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentCommand.hpp(132): warning C4251: 'LIEF::MachO::SegmentCommand::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DylibCommand.hpp(121): warning C4251: 'LIEF::MachO::DylibCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DylibCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DylinkerCommand.hpp(54): warning C4251: 'LIEF::MachO::DylinkerCommand::name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DylinkerCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(259): warning C4251: 'LIEF::MachO::DyldInfo::rebase_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(260): warning C4251: 'LIEF::MachO::DyldInfo::rebase_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(262): warning C4251: 'LIEF::MachO::DyldInfo::bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(263): warning C4251: 'LIEF::MachO::DyldInfo::bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(265): warning C4251: 'LIEF::MachO::DyldInfo::weak_bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(266): warning C4251: 'LIEF::MachO::DyldInfo::weak_bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(268): warning C4251: 'LIEF::MachO::DyldInfo::lazy_bind_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(269): warning C4251: 'LIEF::MachO::DyldInfo::lazy_bind_opcodes_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(271): warning C4251: 'LIEF::MachO::DyldInfo::export_': struct 'std::pair' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/DEX/Header.hpp(34): note: see declaration of 'std::pair' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(272): warning C4251: 'LIEF::MachO::DyldInfo::export_trie_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(274): warning C4251: 'LIEF::MachO::DyldInfo::export_info_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::ExportInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(82): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::ExportInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldInfo.hpp(275): warning C4251: 'LIEF::MachO::DyldInfo::binding_info_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::BindingInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(78): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::BindingInfo * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/FunctionStarts.hpp(75): warning C4251: 'LIEF::MachO::FunctionStarts::functions_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::FunctionStarts' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/Abstract/Section.hpp(82): note: see declaration of 'std::vector>' with [ _Kty=size_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/ThreadCommand.hpp(72): warning C4251: 'LIEF::MachO::ThreadCommand::state_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::ThreadCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/RPathCommand.hpp(52): warning C4251: 'LIEF::MachO::RPathCommand::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::RPathCommand' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/CodeSignature.hpp(64): warning C4251: 'LIEF::MachO::CodeSignature::raw_signature_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::CodeSignature' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DataInCode.hpp(73): warning C4251: 'LIEF::MachO::DataInCode::entries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DataInCode' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::DataCodeEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DataInCode.hpp(37): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::DataCodeEntry ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SegmentSplitInfo.hpp(62): warning C4251: 'LIEF::MachO::SegmentSplitInfo::raw_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SegmentSplitInfo' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/PE/signature/types.hpp(29): note: see declaration of 'std::vector>' with [ _Ty=uint8_t ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/SubFramework.hpp(57): warning C4251: 'LIEF::MachO::SubFramework::umbrella_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::SubFramework' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/DyldEnvironment.hpp(54): warning C4251: 'LIEF::MachO::DyldEnvironment::value_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::DyldEnvironment' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xstring(4373): note: see declaration of 'std::basic_string,std::allocator>' C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/BuildVersion.hpp(120): warning C4251: 'LIEF::MachO::BuildVersion::tools_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::BuildVersion' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::BuildToolVersion ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/BuildVersion.hpp(76): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::BuildToolVersion ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(484): warning C4251: 'LIEF::MachO::Binary::commands_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::LoadCommand * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(48): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::LoadCommand * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(485): warning C4251: 'LIEF::MachO::Binary::symbols_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(52): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Symbol * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Binary.hpp(488): warning C4251: 'LIEF::MachO::Binary::relocations_': class 'std::set,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Binary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(74): note: see declaration of 'std::set,std::allocator<_Kty>>' with [ _Kty=LIEF::MachO::Relocation * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/FatBinary.hpp(77): warning C4251: 'LIEF::MachO::FatBinary::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::FatBinary' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Parser.hpp(53): warning C4251: 'LIEF::MachO::Parser::stream_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/ELF/Parser.hpp(237): note: see declaration of 'std::unique_ptr>' with [ _Ty=VectorStream ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Parser.hpp(54): warning C4251: 'LIEF::MachO::Parser::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Parser' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Builder.hpp(121): warning C4251: 'LIEF::MachO::Builder::binaries_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/type_traits.hpp(41): note: see declaration of 'std::vector>' with [ _Ty=LIEF::MachO::Binary * ] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/MachO/Builder.hpp(123): warning C4251: 'LIEF::MachO::Builder::raw_': class 'LIEF::vector_iostream' needs to have dll-interface to be used by clients of class 'LIEF::MachO::Builder' [C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\test_package\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\lief\0.10.1\_\_\package\1f2231f178d8af3277b7438bd5224f4e55c23ffe\include\LIEF/iostream.hpp(26): note: see declaration of 'LIEF::vector_iostream' test_package.vcxproj -> C:\J\w\prod\BuildSingleReference\cci-203dd5c2\recipes\lief\all\test_v1_package\build\3cf98bf2f763f56f3b91e0869e3c5da4522c7f04\bin\test_package.exe Building Custom Rule C:/J/w/prod/BuildSingleReference/cci-203dd5c2/recipes/lief/all/test_v1_package/CMakeLists.txt lief/0.10.1 (test package): Running test() ----Running------ > bin\test_package bin\test_package.exe ----------------- LIEF v0.10.0- CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR