tomlplusplus/.github/ISSUE_TEMPLATE/bug_report.md
Mark Gillard 87d6c7eef1 renamed default_formatter to toml_formatter
also:
- renamed `TOML_PARSER` option to `TOML_ENABLE_PARSER`
- added `TOML_ENABLE_TOML_FORMATTER` option
- added `TOML_ENABLE_JSON_FORMATTER` option
- added `default_init_flags` param to `array::resize()`
2021-10-30 15:56:14 +03:00

1.8 KiB

name about title labels assignees
Bug report Found a bug? Help me squash it. bug marzer

Environment

toml++ version and/or commit hash:

Compiler:

C++ standard mode:

Target arch:

Library configuration overrides:

Relevant compilation flags:

Describe the bug

Steps to reproduce (or a small repro code sample)

Additional information