You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
^
The text was updated successfully, but these errors were encountered:
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
clang++ 4.0.0 doesn't like the *_basename_filter_type's in DirTree.h:
The text was updated successfully, but these errors were encountered: