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

error: implicit instantiation of undefined template 'std::basic_ifstream<char>' #512

Closed
yurivict opened this issue Aug 15, 2022 · 1 comment

Comments

@yurivict
Copy link

/wrkdirs/usr/ports/devel/fbthrift/work/fbthrift-2022.08.15.00/thrift/compiler/generate/t_mstch_rust_generator.cc:1571:13: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
  auto in = std::ifstream(path);
            ^
/usr/include/c++/v1/iosfwd:150:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_ifstream;
                               ^
1 error generated.

Version: 2022.08.15.00
clang-14
FreeBSD 13.1

@carlocab
Copy link
Contributor

Should be fixed by #513.

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

Successfully merging a pull request may close this issue.

2 participants