https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121640
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I am not 100% sure since you can do:
```
private:
// Use the GCC-documented solution
using Request::set_options;
```
Which makes the inheirted set_options private.
