aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

cppreference.com: fix [static], [virtual] #152

Closed glenvt18 closed 1 year ago

glenvt18 commented 1 year ago

Cut [static] or [virtual] and prepend it to the tail.

Examples to reproduce: https://en.cppreference.com/w/cpp/error/exception what [virtual]

cppman 'std::exception'

https://en.cppreference.com/w/cpp/string/basic_string npos [static]

cppman 'std::basic_string'
aitjcize commented 1 year ago

lgtm, thanks!