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
Most primitive types don't appear in the search results. Instead, only the module appears, such as std::str. The primitive type bool does appear though, as there is no std::bool. So it looks to me like these are mistakenly being treated as duplicates and not shown. This is a regression from stable.
Most primitive types don't appear in the search results. Instead, only the module appears, such as
std::str
. The primitive typebool
does appear though, as there is nostd::bool
. So it looks to me like these are mistakenly being treated as duplicates and not shown. This is a regression from stable.Stable:
Nightly:
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: