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
Hi, I have noticed that sometimes serialised double numbers differs in the last digit between platform. For instance the same number is printed as follow.
on OSX
2.6721272258931175E7
on WSL
2.672127225893118E7
In general it seems OSX uses one less digit to print. Is it a known issue? Any suggestion on how to investigate further?
The text was updated successfully, but these errors were encountered:
Can you tell me what the source number is, so that I can write a test that reproduces the issue? Or better yet, can you provide a snippet that reproduces the issue? Also, what are the compilers you use on WSL and OSX, and what is the Boost version?
Hi, I have noticed that sometimes serialised
double
numbers differs in the last digit between platform. For instance the same number is printed as follow.on OSX
on WSL
In general it seems OSX uses one less digit to print. Is it a known issue? Any suggestion on how to investigate further?
The text was updated successfully, but these errors were encountered: