diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-24 08:27:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-24 08:27:04 +0200 |
commit | fdb050b4b1b966683ff00dd14b268fe395492358 (patch) | |
tree | b4da8e293eef9d8682c14cf64f2ed25cc1cc75ab /build/prefix-map | |
parent | 52925684387496e83425c79f74b29a91943466a7 (diff) |
Use prefix_map for scopes, establish root scope
Diffstat (limited to 'build/prefix-map')
-rw-r--r-- | build/prefix-map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/prefix-map b/build/prefix-map index a385ca8..1b00337 100644 --- a/build/prefix-map +++ b/build/prefix-map @@ -44,6 +44,7 @@ namespace build p.c_str (), pn, k.c_str (), pn == k.size () ? pn : pn + 1) == 0; } + protected: int compare (const C* x, size_type xn, const C* y, size_type yn) const |