chore: add .clangd configuration

This commit is contained in:
2026-04-21 22:53:34 +08:00
parent c2321a0a6e
commit c7a0aff0c1
8 changed files with 24 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ private:
public:
// please using reference
static const std::string& get_name_from_id(unsigned id);
static const unsigned get_id_from_name(const std::string& name);
static unsigned get_id_from_name(const std::string& name);
static void init_map();
};