mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
refactor: add comment
This commit is contained in:
parent
db72451bcf
commit
1c2c710ec9
@ -23,6 +23,9 @@
|
||||
#endif // __cpp_lib_filesystem
|
||||
#endif // TOML11_DISABLE_STD_FILESYSTEM
|
||||
|
||||
// the previous commit works with 500+ recursions. so it may be too small.
|
||||
// but in most cases, i think we don't need such a deep recursion of
|
||||
// arrays or inline-tables.
|
||||
#define TOML11_VALUE_RECURSION_LIMIT 64
|
||||
|
||||
namespace toml
|
||||
|
Loading…
Reference in New Issue
Block a user