Test output: teeks99-09-v11d-64onAMD64 - fusion - define_tpl_struct_inline_move / msvc-11.0
Rev e8056f69c95fd5bbc08528738f43c8114da4f3b8 / Tue, 19 Nov 2024 05:18:24 +0000
Notes
[ Kohei Takahashi ] The compiler doesn't generate defaulted move ctor/assgin thus perform copy construction/assginment. Even though such case, the `inline` versions don't force generating move ctor/assign to preserve trivial requirements. Since that is not documented behaviour, it might be changed in future release.
Compile [2024-11-19 06:43:48 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-11.0\msvc-setup.bat" amd64 >nul
 cl /Zm800 -nologo "..\libs\fusion\test\sequence\define_tpl_struct_inline_move.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\define_tpl_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\sequence\define_tpl_struct_inline_move.obj"     -TP /wd4675 /EHs /GR /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\container_hash\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\describe\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\fusion\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" 

define_tpl_struct_inline_move.cpp
            
Link [2024-11-19 06:43:48 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-11.0\msvc-setup.bat" amd64 >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\define_tpl_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\sequence\define_tpl_struct_inline_move.obj"      /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\define_tpl_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\define_tpl_struct_inline_move.exe"  
    
            
Run [2024-11-19 06:43:48 UTC]: fail

..\libs\fusion\test\sequence\define_tpl_struct_inline_move.cpp(56): test 'x.w.value == 0' failed in function 'int __cdecl main(void)'
..\libs\fusion\test\sequence\define_tpl_struct_inline_move.cpp(61): test 'x.w.value == 0' failed in function 'int __cdecl main(void)'
..\libs\fusion\test\sequence\define_tpl_struct_inline_move.cpp(66): test 'x.w.value == 0' failed in function 'int __cdecl main(void)'
..\libs\fusion\test\sequence\define_tpl_struct_inline_move.cpp(67): test 'y.w.value == 0' failed in function 'int __cdecl main(void)'
4 errors detected.
 
EXIT STATUS: 4