tomlplusplus/.github/ISSUE_TEMPLATE/bug_report.md
Mark Gillard 965a707fe2 deleted some duplicated preprocessor handling
also:
- updated test and dox submodules
- updated README
2020-06-23 00:35:02 +03:00

1.3 KiB

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

Replace the italic text below with the relevant information to help me understand your bug.

Environment

Compiler:
The compiler & version, e.g. "Clang 9, Visual Studio 2019 16.5"

C++ standard mode (e.g. 17, 20, 'latest'):
The C++ standard level you were targeting, e.g. C++17

Target arch (e.g. x64):
The architecture you were targeting, e.g. x86, x64, ARM

Exceptions enabled:
Did you have exceptions enabled, or had they been explicitly disabled with something like -fno-exceptions?

Relevant toml++ configuration customizations:
Did you set any overrides for the toml++ configuration options detailed in README.md?

Relevant compilation flags:
Any relevant compilation flags that might help me reproduce your issue exactly.

Describe the bug

A clear and concise description of the bug goes here.

Steps to reproduce (or a small repro code sample)

As above. If you feel that the information you've already given covers it sufficiently and you don't need this section, you can delete it.

Additional information

Any post-scripts, addendums, or additional pieces of context, as necessary.