#pragma once #include #include "unit_schema.hpp" namespace saw { namespace impl { template class unit_matching; template class unit_redux_list { static_assert(sizeof...(T) == 0u, "Template type not supported"); using reduced_type = unit_redux_list<>; }; } }