Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils.cpp: Remove duplicately defined function
this was an ODR violation: the same function was defined twice, once with `inline` specifier in utils.h, and once without `inline` in utils.cpp it happened to work on clang and gcc and msvc, most of the time, but broke in the conda build on Windows Signed-off-by: Tom Jakubowski <tom@prospective.dev>
- Loading branch information