Test output: teeks99-09-v11m-64onAMD64 - fusion - define_struct_inline_move / msvc-11.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 06:55:36 +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 08:30:52 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_struct_inline_move.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\define_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\sequence\define_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.." 

define_struct_inline_move.cpp

            
Link [2024-11-19 08:30:53 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_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\sequence\define_struct_inline_move.obj"      /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\fusion\test\define_struct_inline_move.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\define_struct_inline_move.exe"  
    
            
Run [2024-11-19 08:30:53 UTC]: fail

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