#ifndef OPENMW_COMPONENTS_ESM_DECOMPOSE_H #define OPENMW_COMPONENTS_ESM_DECOMPOSE_H namespace ESM { template void decompose(T&& value, const auto& apply) = delete; } #endif