We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/facebook/folly/blob/master/folly/Random-inl.h#L108
According to cppreference: http://en.cppreference.com/w/cpp/numeric/random/seed_seq
seed_seq is not copy-constructible, therefore causing compiling error.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Fixed in our internal repo, I'll push a fixed version on Monday.
Sorry, something went wrong.
Fix libc++ build errors
eaed555
Summary: Reported externally: #70 #71 #72 #73 Note that I can't test on libc++ myself, but the reports suggested fixes which sounded good. Test Plan: fbconfig -r folly && fbmake runtests_opt Reviewed By: marcelo.juchem@fb.com Subscribers: jhj, ntv, lesha, kma, fugalh, jdelong FB internal diff: D1421029
No branches or pull requests
https://github.com/facebook/folly/blob/master/folly/Random-inl.h#L108
According to cppreference: http://en.cppreference.com/w/cpp/numeric/random/seed_seq
seed_seq is not copy-constructible, therefore causing compiling error.
The text was updated successfully, but these errors were encountered: