Template specialization outside an inline namespace of a function defined inside the inline namespace
Is it valid C++ to do a template specialization of a function inside an inline namespace in the space outside the inline namespace?
Is it valid C++ to do a template specialization of a function inside an inline namespace in the space outside the inline namespace?