Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-29 16:10:48 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-29 16:10:48 +0300
commit89feae68f638faeaeef11b5b0a5214dc7a55a9c4 (patch)
tree6b539689d5e7fbb60c4fe1a6995b15d3873beb24 /mgizapp/src/mkcls/KategProblemTest.cpp
parentbf45a9986a7d0d828dd6824fef757c7941052220 (diff)
Update C++ style for including C headers.
This replaces "#include <limits.h>" with "#include <climits>", and so on. Not a high-value change, but if it makes the code feel more modern and more pleasant to work with, it'll pay off in the long run.
Diffstat (limited to 'mgizapp/src/mkcls/KategProblemTest.cpp')
-rw-r--r--mgizapp/src/mkcls/KategProblemTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgizapp/src/mkcls/KategProblemTest.cpp b/mgizapp/src/mkcls/KategProblemTest.cpp
index 8c76ce5..3084a0b 100644
--- a/mgizapp/src/mkcls/KategProblemTest.cpp
+++ b/mgizapp/src/mkcls/KategProblemTest.cpp
@@ -32,8 +32,8 @@ USA.
#include "RRTOptimization.h"
#include "GDAOptimization.h"
-#include <stdlib.h>
-#include <stdio.h>
+#include <cstdlib>
+#include <cstdio>
#include <string>
#include <strstream>