tesseract/src
Stefan Weil 5e661b9339 Don't use local CP_RESULT_STRUCT variable to initialize elements of std::vector
std::vector passes that local variable by reference, so no individual
instances are used for the new vector elements.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-01-13 15:57:04 +01:00
..
api Fix NEON also tesseractmain.cpp 2021-01-11 12:17:25 +01:00
arch Fix use of NEON on ARMv8 2021-01-11 12:17:16 +01:00
ccmain Replace resize(0) by clear() for std::vector 2021-01-12 19:24:54 +01:00
ccstruct Fix some format strings 2021-01-08 18:49:21 +01:00
ccutil Fix serialization of std::vector (fix issue #3220) 2021-01-12 21:23:14 +01:00
classify Don't use local CP_RESULT_STRUCT variable to initialize elements of std::vector 2021-01-13 15:57:04 +01:00
cutil Remove emalloc. Replace it with malloc. To be replaced with new later. 2021-01-06 00:30:52 +03:00
dict Misc. 2021-01-07 14:33:45 +03:00
lstm Replace resize(0) by clear() for std::vector 2021-01-12 19:24:54 +01:00
opencl automake: Flat build for src/opencl 2019-11-26 16:20:46 +01:00
textord Remove functions which are only used locally from scanedg.h 2021-01-04 15:49:15 +01:00
training Replace resize(0) by clear() for std::vector 2021-01-12 19:24:54 +01:00
viewer Rename platform.h to export.h. 2021-01-01 00:18:36 +03:00
wordrec More std::vector. 2021-01-07 13:57:57 +03:00