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 breaks with clang-8: error: implicit instantiation of undefined template 'std::__1::array<int, 3>' #306

Open
yurivict opened this issue Oct 27, 2019 · 1 comment

Comments

@yurivict
Copy link

In file included from /usr/ports/cad/vtr-verilog-to-routing/work/vtr-verilog-to-routing-596caca/libs/libvtrutil/test/test_small_vector.cpp:3:
/usr/ports/cad/vtr-verilog-to-routing/work/vtr-verilog-to-routing-596caca/libs/libvtrutil/src/vtr_small_vector.h:35:29: error: implicit instantiation of undefined template 'std::__1::array<int, 3>'
    std::array<T, CAPACITY> data_;
                            ^
@yurivict
Copy link
Author

It looks like a case of missing include.

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