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

Compile error with clang++ 4.0.0 vs. DirTree #118

Closed
gvansickle opened this issue May 13, 2017 · 3 comments
Closed

Compile error with clang++ 4.0.0 vs. DirTree #118

gvansickle opened this issue May 13, 2017 · 3 comments
Assignees
Milestone

Comments

@gvansickle
Copy link
Owner

clang++ 4.0.0 doesn't like the *_basename_filter_type's in DirTree.h:

In file included from ../../../src/libext/DirTree.cpp:22:
../../../src/libext/DirTree.h:143:28: error: implicit instantiation of undefined template 'std::function<bool
      (const std::__cxx11::basic_string<char> &) noexcept>'
        file_basename_filter_type m_file_basename_filter;
                                  ^
@gvansickle gvansickle added this to the Version 0.4.0 milestone May 13, 2017
@gvansickle gvansickle self-assigned this May 13, 2017
@gvansickle
Copy link
Owner Author

Ends up it's the noexcept in the std::function<> template param.

gvansickle added a commit that referenced this issue May 13, 2017
@gvansickle
Copy link
Owner Author

Resolved in 395f890.

@fxcoudert
Copy link

This compilation error prevents us from offering ucg to Sierra & High Sierra (macOS 10.12 & 10.13) users in Homebrew. Could you consider making a minor release with this bug fix? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants