llohse / libnpy

C++ library for reading and writing of numpy's .npy files
MIT License
361 stars 72 forks source link

Moved declaration of short LoadArrayFromNumpy after the original #30

Closed BananaFructa closed 1 year ago

BananaFructa commented 1 year ago

LoadArrayFromNumpy(const std::string&, std::vector &, std::vector &) was declared after LoadArrayFromNumpy(const std::string&, std::vector &, bool &, std::vector &) and was using it.

llohse commented 1 year ago

Thank you.