1#pragma once 2#include <string> 3 4inline static const std::string hostInstances = @INSTANCES@; 5 6inline static const size_t postCodeSize = @POST_CODE_BYTES@; 7