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

net.cpp:52:1: error: reference to ‘array’ is ambiguous #1

Open
goo-technology opened this issue Nov 14, 2018 · 0 comments
Open

Comments

@goo-technology
Copy link
Owner

goo-technology commented Nov 14, 2018

Al compital en Ubuntu 18 error:
net.cpp:54:1: error: reference to ‘array’ is ambiguous
array<int, THREAD_MAX> vnThreadsRunning;

Posible solución cambiar linea 52 de net.cpp a

boost::array<int, THREAD_MAX> vnThreadsRunning;

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

1 participant