#pragma once #include namespace mbgl { template using optional = std::experimental::optional; } // namespace mbgl