Skip to content

Commit 014432e

Browse files
committed
variant, epoch traits
1 parent 15fde53 commit 014432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jsoncons/reflect/json_conv_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ namespace variant_detail
14611461
}
14621462
else
14631463
{
1464-
return as_variant<N+1, Json, Variant, U...>(j);
1464+
return as_variant<N+1, Json, Variant, U...>(aset, j);
14651465
}
14661466
}
14671467

0 commit comments

Comments
 (0)