]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fixed possible macro redefinition (#1892)
authorFrankHB <redacted>
Fri, 16 Jun 2023 18:25:01 +0000 (02:25 +0800)
committerGitHub <redacted>
Fri, 16 Jun 2023 18:25:01 +0000 (21:25 +0300)
commit5b9ccaf104cc1054d4f8f17bc8a4b8dc949e5527
tree24acf5eef467386fd0c3b4e0c5493d60df100dcb
parent9cbf50c041a525d781c7764f493a5443924e4e38
Fixed possible macro redefinition (#1892)

MinGW libstdc++ may define `NOMINMAX` unconditionally. This fixes the case when it is already defined.
examples/main/main.cpp