-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Please make a new release - 0.3.3 does not compile on my system (gcc 9.3.0 on NetBSD 9.99.81/amd64), while git head does.
The error in 0.3.3 is:
--- libext_la-DirTree.lo ---
In file included from DirTree.cpp:22:
DirTree.h:143:28: error: field 'm_file_basename_filter' has incomplete type 'DirTree::file_basename_filter_type' {aka 'std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>'}
143 | file_basename_filter_type m_file_basename_filter;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/g++/functional:59,
from DirTree.h:27,
from DirTree.cpp:22:
/usr/include/g++/bits/std_function.h:128:11: note: declaration of 'using file_basename_filter_type = class std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>' {aka 'class std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>'}
128 | class function;
| ^~~~~~~~
In file included from DirTree.cpp:22:
DirTree.h:144:27: error: field 'm_dir_basename_filter' has incomplete type 'DirTree::dir_basename_filter_type' {aka 'std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>'}
144 | dir_basename_filter_type m_dir_basename_filter;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/g++/functional:59,
from DirTree.h:27,
from DirTree.cpp:22:
/usr/include/g++/bits/std_function.h:128:11: note: declaration of 'using dir_basename_filter_type = class std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>' {aka 'class std::function<bool(const std::__cxx11::basic_string<char>&) noexcept>'}
128 | class function;
| ^~~~~~~~
bentolor and bAndie91
Metadata
Metadata
Assignees
Labels
No labels