Files
Georgi Gerganov cb9fc575e4 common : use pimpl in debug.h to reduce header dependencies
Move common_debug_cb_user_data's data members (std::regex,
std::vector<uint8_t>) into a private impl struct in debug.cpp.

This removes the includes of common.h and <regex> from debug.h,
reducing transitive dependencies for any translation unit that
includes the header.

Assisted-by: llama.cpp:local pi
2026-04-26 09:49:28 +03:00
..
2026-01-30 18:21:48 +02:00