add filesystem path
This commit is contained in:
@@ -15,6 +15,7 @@ auto main(int argc, char *argv[]) -> int
|
||||
e.set("int", 1);
|
||||
e.set("float", 1.13f);
|
||||
e.set("double", 1.23);
|
||||
e.set("file", std::filesystem::path("/tes/path/to_file.txt"));
|
||||
|
||||
// struct user_type
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user