Warnings: teeks99-09-v18ml-64onAMD64 - hof / msvc-14.5
Rev ca185449a1b1529e2905875e9a6e3d8ae606c24a / Wed, 24 Jun 2026 21:33:38 +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