kalwalt / webarkit-jsfeat-cpp

c++ jsfeat version
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Avoiding typdef's in types #19

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

Inside types.h https://github.com/kalwalt/webarkit-jsfeat-cpp/blob/c02edb50d7f2c7d00ab3c1b4b6f173d45bd1fa2b/src/types/types.h#L11-L12 but this could be written as:

using u_char = unsigned char;
using u_int = unsigned int;
kalwalt commented 1 year ago

fixed with https://github.com/kalwalt/webarkit-jsfeat-cpp/commit/8ab7aab2917211ce904320334d3459232d0c503c