organicmaps/ugc
Maxim Pimenov 73df2beda7 [coding] Default cache params in FileReader's constructor.
Now that we know all the places that depended on the
implicit params, fall back to the simple constructor.

The main problem here was that there used to be a component
in generator/intermediate_data.hpp where the same field could be
used both as a reader and as a writer via template metaprogramming.
This effectively forced the constructors of FileReader and
FileWriter to have the same parameter list.

Three default parameters in FileReader's constructor that could
be implicitly cast to one another only complicated the matters,
so once we have removed the |withException| param an extra
check was needed that all the constructors are now used as
intended.
2018-06-21 15:05:58 +03:00
..
binary Added KML library 2018-03-14 18:13:54 +03:00
ugc_tests [indexer][editor] Move some code from indexer to editor 2018-06-01 16:17:52 +03:00
api.cpp Log user's auth status after ugc api init. 2018-03-05 12:02:52 +03:00
api.hpp Log user's auth status after ugc api init. 2018-03-05 12:02:52 +03:00
CMakeLists.txt [cmake] Add precompiled headers support 2018-06-15 13:14:00 +03:00
loader.cpp [search][ugc]review fixes 2018-01-22 19:53:52 +03:00
loader.hpp [search][ugc]review fixes 2018-01-22 19:53:52 +03:00
serdes.hpp [coding] [geometry] Deprecated PointToInt. 2018-04-10 14:31:32 +03:00
serdes_json.hpp New version of UGCUpdate 2017-11-09 13:20:44 +03:00
storage.cpp [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
storage.hpp Lightweight framework 2018-03-27 12:01:48 +03:00
types.hpp Using the same constant for an incorrect rating in all places. 2018-02-06 14:44:49 +03:00