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
Use cppreference.com as the source (cppman -s cppreference.com)
Run cppman with a class of something under two namespaces (such as std::filesystem::path or std::chrono::duration)
Expected behavior
The constructor or destructor for, say, std::filesystem::path to be displayed as std::filesystem::path::[~]path
Actual behavior
The constructor or destructor is shown as std::filesystem::path::[~]filesystem::path
The text was updated successfully, but these errors were encountered:
the-blank-x
changed the title
Constructor for std::filesystem::path shown as std::filesystem::path::path
Constructor for std::filesystem::path is shown as std::filesystem::path::path
Sep 30, 2023
Steps to reproduce
cppman -s cppreference.com
)std::filesystem::path
orstd::chrono::duration
)Expected behavior
The constructor or destructor for, say,
std::filesystem::path
to be displayed asstd::filesystem::path::[~]path
Actual behavior
The constructor or destructor is shown as
std::filesystem::path::[~]filesystem::path
The text was updated successfully, but these errors were encountered: