test_callcc_asm
..\libs\context\test\test_callcc.cpp(298): warning C5272: throwing an object of non-copyable type 'my_exception' is non-standard. If a copy is needed at runtime it will be made as if by memcpy.
test_callcc_native
..\libs\context\test\test_callcc.cpp(298): warning C5272: throwing an object of non-copyable type 'my_exception' is non-standard. If a copy is needed at runtime it will be made as if by memcpy.
test_fiber_asm
..\libs\context\test\test_fiber.cpp(307): warning C5272: throwing an object of non-copyable type 'my_exception' is non-standard. If a copy is needed at runtime it will be made as if by memcpy.
test_fiber_native
..\libs\context\test\test_fiber.cpp(307): warning C5272: throwing an object of non-copyable type 'my_exception' is non-standard. If a copy is needed at runtime it will be made as if by memcpy.