On Fri, 13 Mar 2026 at 17:00, Peter Eisentraut <peter@eisentraut.org> wrote:
> that remove_reference_t is actually in C++14, which might explain this
> failure, if the compiler is in C++11 mode.
Yeah that's almost certainly it... Sorry about that.
> I don't understand the difference between remove_reference and
> remove_reference_t.
They are equivalent only the _t version as a bit less verbose.
Attached should fix it.