aboutsummaryrefslogtreecommitdiff
path: root/examples/perplexity/perplexity.cpp
diff options
context:
space:
mode:
authorArik Poznanski <arikpoz@users.noreply.github.com>2023-04-17 17:41:53 +0300
committerGitHub <noreply@github.com>2023-04-17 17:41:53 +0300
commitefd05648c88a0923a55f56e7ce1b0f9c33410afb (patch)
treeab3ba2322a5368c73f208a9fb110e01bb7db3721 /examples/perplexity/perplexity.cpp
parenteb17a026fd23d1c1b612fa4600f7f5c58e501a28 (diff)
llama : well-defined static initialization of complex objects (#927)
* Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works in Debug build * replaced use of auto with exact type to avoid using -std=c++14 * Made the assessors functions for static maps be static const
Diffstat (limited to 'examples/perplexity/perplexity.cpp')
0 files changed, 0 insertions, 0 deletions