mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[feature] Added RouteRelation and linked it with FeatureType.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
315bba2a22
commit
b85c11ea5a
@@ -42,7 +42,7 @@ void TestConcurrentAccessToFeatures(string const & mwm)
|
||||
auto const handle = dataSource.GetMwmHandleByCountryFile(countryFile);
|
||||
TEST(handle.IsAlive(), (local));
|
||||
|
||||
auto const featureNumber = handle.GetValue()->m_table->size();
|
||||
auto const featureNumber = handle.GetValue()->m_ftTable->size();
|
||||
// Note. If hardware_concurrency() returns 0 it means that number of core is not defined.
|
||||
// If hardware_concurrency() returns 1 it means that only one core is available.
|
||||
// In the both cases 2 threads should be used for this test.
|
||||
|
||||
Reference in New Issue
Block a user