加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
slob.hh 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Abs62 提交于 2018-05-21 18:32 . Fix gcc 7.3 compiler warnings (#issue 978)
#ifndef __SLOB_HH_INCLUDED__
#define __SLOB_HH_INCLUDED__
#ifdef MAKE_ZIM_SUPPORT
#include "dictionary.hh"
/// Support for the Slob dictionaries.
namespace Slob {
using std::vector;
using std::string;
vector< sptr< Dictionary::Class > > makeDictionaries(
vector< string > const & fileNames,
string const & indicesDir,
Dictionary::Initializing &,
unsigned maxHeadwordsToExpand )
THROW_SPEC( std::exception );
}
#endif
#endif // __SLOB_HH_INCLUDED__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化