CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:134:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/source/assert.cpp:7: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:607:52: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline string_view operator "" sv(const char* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:608:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u16string_view operator "" sv(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:609:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u32string_view operator "" sv(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:610:53: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline wstring_view operator "" sv(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/source/assert.cpp:7:0: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4063:30: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline string operator"" s(const char* str, size_t len) EA_NOEXCEPT { return {str, string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4064:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u16string operator"" s(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, u16string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4065:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u32string operator"" s(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, u32string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4066:31: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline wstring operator"" s(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, wstring::size_type(len)}; } ^ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:134:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/source/string.cpp:7: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:607:52: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline string_view operator "" sv(const char* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:608:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u16string_view operator "" sv(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:609:55: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline u32string_view operator "" sv(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string_view.h:610:53: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization EA_CONSTEXPR inline wstring_view operator "" sv(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, len}; } ^~ In file included from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/source/string.cpp:7:0: /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4063:30: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline string operator"" s(const char* str, size_t len) EA_NOEXCEPT { return {str, string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4064:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u16string operator"" s(const char16_t* str, size_t len) EA_NOEXCEPT { return {str, u16string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4065:33: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline u32string operator"" s(const char32_t* str, size_t len) EA_NOEXCEPT { return {str, u32string::size_type(len)}; } ^ /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/build/ed4bef185efcdf448b96b1aeea05bee029bc998a/source_subfolder/include/EASTL/string.h:4066:31: warning: literal operator suffixes not preceded by ‘_’ are reserved for future standardization inline wstring operator"" s(const wchar_t* str, size_t len) EA_NOEXCEPT { return {str, wstring::size_type(len)}; } ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/eabase.h:1004:0, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/package/ed4bef185efcdf448b96b1aeea05bee029bc998a/include/EASTL/internal/config.h:61, from /home/conan/w/cci_PR-3643/.conan/data/eastl/3.17.03/_/_/package/ed4bef185efcdf448b96b1aeea05bee029bc998a/include/EASTL/algorithm.h:234, from /home/conan/w/cci_PR-3643/2/9eddaa88-f8ca-4ef3-8f78-84cd2c6af6a9/recipes/eastl/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3643/.conan/data/eabase/2.09.05/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Common/EABase/int128.h:69:24: warning: inline function ‘constexpr int128_t_base::operator long unsigned int() const’ used but never defined EA_CONSTEXPR explicit operator unsigned long() const; ^~~~~~~~