#pragma once #include namespace crow { namespace webroutes { static boost::container::flat_set routes; } // namespace webroutes } // namespace crow