From 9f3772b604b2a4d5464a5099771e6d966564da64 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Wed, 26 Nov 2014 22:22:33 +0000 Subject: [PATCH] linux stuff --- rudict/rudict/noun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rudict/rudict/noun.cpp b/rudict/rudict/noun.cpp index 6bd0ad2..8971fe8 100644 --- a/rudict/rudict/noun.cpp +++ b/rudict/rudict/noun.cpp @@ -331,7 +331,7 @@ std::wstring RestoreNounByTuple(std::wstring nounBase, NounTuple nounTuple) if (nounEndingSet.size() != 1) { - throw std::exception("There is problem - noun have more than 1 form!"); + //throw std::exception("There is problem - noun have more than 1 form!"); } return nounBase + *(nounEndingTable[nominativeNounTuple].begin());