Re: ucrtbase: Add __std_exception_destroy/copy
13 Apr
2016
13 Apr
'16
9:35 a.m.
Hi Daniel, please add following tests (and fix implementation): + src.what = NULL; + src.dofree = 0; + p___std_exception_copy(&src, &dst); + ok(!dst.what, "dst.what != NULL\n"); + ok(!dst.dofree, "dst.dofree != FALSE\n"); + + src.what = NULL; + src.dofree = 1; + p___std_exception_copy(&src, &dst); + ok(!dst.what, "dst.what != NULL\n"); + ok(!dst.dofree, "dst.dofree != FALSE\n"); Thanks, Piotr
3533
Age (days ago)
3533
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban