mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[coding] Rename non-empty string serialization.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
7b4862b442
commit
1d29e7816a
@@ -22,7 +22,7 @@ BoundaryPostcodesEnricher::BoundaryPostcodesEnricher(std::string const & boundar
|
||||
while (src.Size() > 0)
|
||||
{
|
||||
std::string postcode;
|
||||
utils::ReadString(src, postcode);
|
||||
rw::ReadNonEmpty(src, postcode);
|
||||
std::vector<m2::PointD> geometry;
|
||||
rw::ReadVectorOfPOD(src, geometry);
|
||||
CHECK(!postcode.empty() && !geometry.empty(), ());
|
||||
|
||||
Reference in New Issue
Block a user