mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
fix: array
This commit is contained in:
@@ -26,7 +26,7 @@ class toml_node;
|
|||||||
/* typedef std::vector<TOMLMap *> TOMLArray; */
|
/* typedef std::vector<TOMLMap *> TOMLArray; */
|
||||||
/* typedef std::vector<TOMLArray *> TOMLArrayOfMap; */
|
/* typedef std::vector<TOMLArray *> TOMLArrayOfMap; */
|
||||||
typedef std::map<std::string, toml_node *> TOMLMap; // = JSONObject
|
typedef std::map<std::string, toml_node *> TOMLMap; // = JSONObject
|
||||||
typedef std::vector<std::string, TOMLMap *> TOMLMapArray;
|
typedef std::vector<TOMLMap *> TOMLMapArray;
|
||||||
typedef std::vector<toml_node *> TOMLArray;
|
typedef std::vector<toml_node *> TOMLArray;
|
||||||
|
|
||||||
void display(TOMLMap *config);
|
void display(TOMLMap *config);
|
||||||
|
|||||||
Reference in New Issue
Block a user