summaryrefslogtreecommitdiff
path: root/textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-09-01 16:23:29 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-09-01 16:23:29 +0000
commitc7ac817ffffd3f473dcc1dbb0329108453a41d6a (patch)
treed3ea516a9e18f1d07eb463b9c1ee3b3e61c7b9ed /textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h
parent- Update to version 1.4.8.30 (diff)
Do not insist on c++11.
Notes
Notes: svn path=/head/; revision=366896
Diffstat (limited to 'textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h')
-rw-r--r--textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h b/textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h
deleted file mode 100644
index 1208aefeea7c..000000000000
--- a/textproc/randlm/files/patch-src-RandLM-RandLMPreproc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/RandLM/RandLMPreproc.h.orig 2014-09-01 18:11:27.000000000 +0400
-+++ src/RandLM/RandLMPreproc.h 2014-09-01 18:11:43.000000000 +0400
-@@ -407,7 +407,7 @@ namespace randlm {
- // Concrete subclass of NormalisedNgramFile for backoff model data
- class BackoffModelFile : public NormalisedNgramFile {
- public:
-- static const float kNullBackoffWeight = 0; // indicates lack of backoff weight
-+ static constexpr float kNullBackoffWeight = 0; // indicates lack of backoff weight
- static bool ValidWeight(float boweight);
- // creation at start of pipeline (i.e. load a preprocess backoff model)
- BackoffModelFile(const std::string & input_path, const std::string & input_type,