stdman icon indicating copy to clipboard operation
stdman copied to clipboard

mandb warnings with some operators

Open cschreib opened this issue 2 years ago • 0 comments

When installing, and running sudo mandb, I get:

mandb: warning: failed to store entry for std::filesystem::directory_entry::operator==,!=,,>=,(3)
mandb: warning: failed to store entry for std::type_index::operator==,!=,,>=,(3)
mandb: warning: failed to store entry for std::chrono::operator==,,>=,(std::chrono::leap_second)(3)
mandb: warning: failed to store entry for std::experimental::filesystem::directory_entry::operator==,!=,,>=(3)

The corresponding documentation is for, e.g.: image

It seems that operators < and > are somehow missing in the warning text ==,!=,,>=,, which perhaps explains the problem.

cschreib avatar Sep 13 '23 07:09 cschreib