From 4c1d03c257754ecc1555f3e31b3c6ccf45c4bf7b Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Mon, 4 Nov 2019 08:12:23 +0200 Subject: [core] Fix MapSnapshotter build failure on Windows MSVC implementation of std::promise is buggy and only works with types that can be default-constructed. To avoid a compilation failure in the instantiation of ask() inside MapSnapshotter::getRegion(), which creates a std::promise, make LatLngBounds' default constructor public. --- benchmark/fixtures/api/cache.db | Bin 1298432 -> 1298432 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'benchmark') diff --git a/benchmark/fixtures/api/cache.db b/benchmark/fixtures/api/cache.db index 64cd376892..5978c1659d 100644 Binary files a/benchmark/fixtures/api/cache.db and b/benchmark/fixtures/api/cache.db differ -- cgit v1.2.1