Merge branch 'master' of ssh://cmph.git.sourceforge.net/gitroot/cmph/cmph

This commit is contained in:
Davi de Castro Reis 2011-12-26 19:37:40 -02:00
commit 08ff389f61
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef __CXXMPH_BM_COMMON_H__
#define __CXXMPH_BM_COMMON_H__
#include "stringpiece.h"
#include <string>
@ -58,3 +61,5 @@ class SearchUint64Benchmark : public Uint64Benchmark {
};
} // namespace cxxmph
#endif // __CXXMPH_BM_COMMON_H__

View File

@ -1,3 +1,5 @@
#ifndef __CXXMPH_MPH_MAP_H__
#define __CXXMPH_MPH_MAP_H__
// Implementation of the unordered associative mapping interface using a
// minimal perfect hash function.
//
@ -191,3 +193,5 @@ MPH_MAP_METHOD_DECL(data_type&, operator[])(const key_type& k) {
}
} // namespace cxxmph
#endif // __CXXMPH_MPH_MAP_H__