#pragma once #include "func.detail.hpp" namespace iue::other { inline int header_only(int a) { return detail::calc(a); } } // namespace iue::other