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
Recently, cppreference added a dropdown to select the standard version (C++03, 11, etc.) at the top bar. For example, this is the regular std::vector constructor page:
Choosing a version in the dropdown allow you to avoid all those "since C++XX" clutter, and only display the overload set that is present in the specified version of C++ standard:
Is it possible to include this functionality in the Dash version of the C++ docset? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
Recently, cppreference added a dropdown to select the standard version (C++03, 11, etc.) at the top bar. For example, this is the regular
std::vector
constructor page:Choosing a version in the dropdown allow you to avoid all those "since C++XX" clutter, and only display the overload set that is present in the specified version of C++ standard:
Is it possible to include this functionality in the Dash version of the C++ docset? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: