Skip to content

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

@goo-technology

Description

@goo-technology

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions