Minor work so far on supporting only a single backend per compilation. The next task is to remove the field_interface_u class template and make its (static) member functions be namespace-scope functions that use, if anything, a typedef-name to refer to the backend-specific code.
Minor work so far on supporting only a single backend per compilation. The next task is to remove the
field_interface_u
class template and make its (static) member functions be namespace-scope functions that use, if anything, a typedef-name to refer to the backend-specific code.