From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-12-05 13:45:51


Krystian Stasiowski wrote:

> The name will be changed basic_foo_bar, and aliases will be added for
> foo_bar/wfoo_bar etc. As for what foo_bar will actually be is TBD.

The name as-is is actually better, but that might be another battle not
worth fighting. The standard convention is basic_foo template, foo/wfoo
non-templates. This is not the case here because everything is templated. We
can make it work because we have aliases now, but there's no real need to.