modernize AsyncSQL with C++17 features

This commit is contained in:
savis
2025-12-29 01:14:31 +01:00
parent c34a721328
commit f0c4b0c8d7
3 changed files with 371 additions and 468 deletions

View File

@@ -3,6 +3,8 @@
#include "skill.h"
// Forward declaration removed - SQLMsg is now defined in libsql/AsyncSQL.h
struct _SQLMsg;
typedef struct _SQLMsg SQLMsg;
enum