Warnings: teeks99-09-v17dl-64onAMD64 - hof / msvc-14.3
Rev c5239cd4ca1e63a779117b2b48e182fa95c31b54 / Mon, 18 Nov 2024 15:51:42 +0000
construct
..\boost/hof/construct.hpp(106): warning C4996: 'std::aligned_storage<48,8>::type': warning STL4034: std::aligned_storage and std::aligned_storage_t are deprecated in C++23. Prefer alignas(T) std::byte t_buff[sizeof(T)]. You can define _SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING or _SILENCE_ALL_CXX23_DEPRECATION_WARNINGS to suppress this warning.
                
is_invocable
..\boost/hof/detail/result_of.hpp(32): warning C4244: 'argument': conversion from 'double' to 'int', possible loss of data
..\boost/hof/detail/result_of.hpp(32): warning C4244: 'argument': conversion from 'const double' to 'int', possible loss of data