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
Currently, the search widget, which indexes the latest Boost release (1.87 as of this writing), returns links containing that specific version. For instance, "concurrent_factory" returns
Currently, the search widget, which indexes the latest Boost release (1.87 as of this writing), returns links containing that specific version. For instance, "concurrent_factory" returns
https://www.boost.io/doc/libs/1_87_0/libs/flyweight/doc/reference/factories.html#concurrent_factory_synopsis
etc. It'd be better if it returned
https://www.boost.io/doc/libs/latest/libs/flyweight/doc/reference/factories.html#concurrent_factory_synopsis
instead.
The text was updated successfully, but these errors were encountered: