You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The std.conv function don't allow overflowing and thus i cannot transfer unsigned types within bson. The easiest workaround is use 'cast' instead of 'to'. Interestingly, that long and double cases use casting and only the int case relies to 'to' function, is there any hidden sence?
Consider following code:
Output of the program:
Dub project to demostrate the issue.
Platform: Fedora 19 x86_64 kernel 3.12.9-201
The text was updated successfully, but these errors were encountered: