mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
10 lines
198 B
C++
10 lines
198 B
C++
#include "search/bookmarks/types.hpp"
|
|
|
|
namespace search
|
|
{
|
|
namespace bookmarks
|
|
{
|
|
GroupId const kInvalidGroupId = std::numeric_limits<GroupId>::max();
|
|
} // namespace bookmarks
|
|
} // namespace search
|