#ifndef MBGL_UTIL_OPTIONAL #define MBGL_UTIL_OPTIONAL #include namespace mbgl { template using optional = std::experimental::optional; } // namespace mbgl #endif