Skip to content
New issue

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

Build error under libc++ #70

Closed
likan999 opened this issue Jul 5, 2014 · 1 comment
Closed

Build error under libc++ #70

likan999 opened this issue Jul 5, 2014 · 1 comment

Comments

@likan999
Copy link

likan999 commented Jul 5, 2014

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.

@tudor
Copy link
Contributor

tudor commented Jul 5, 2014

Thanks for the report. Fixed in our internal repo, I'll push a fixed version on Monday.

tudor added a commit that referenced this issue Jul 9, 2014
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
@tudor tudor closed this as completed Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants