2020-02-24 20:33:10 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Found a bug? Help me squash it.
|
|
|
|
title: ''
|
|
|
|
labels: bug
|
|
|
|
assignees: marzer
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
2020-12-15 11:39:58 +00:00
|
|
|
Replace the HTML comments below with the requested information.
|
|
|
|
DO NOT delete this template and roll your own!
|
2020-08-01 18:15:09 +00:00
|
|
|
|
|
|
|
Thanks for contributing!
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
## Environment
|
2020-09-01 17:16:54 +00:00
|
|
|
**toml++ version and/or commit hash:**
|
|
|
|
<!--
|
|
|
|
If you're using the single-header version of the library, the version number is right at the top of the file.
|
2020-12-15 11:39:58 +00:00
|
|
|
Otherwise you can find it by opening toml++/toml_version.h; it'll be represented by three defines -
|
|
|
|
TOML_LANG_MAJOR, TOML_LANG_MINOR and TOML_LANG_PATCH.
|
|
|
|
|
|
|
|
If you're not using any particular release and are instead just living large at HEAD of master, the commit hash
|
|
|
|
would be super helpful too, though it's not critical.
|
|
|
|
|
2020-09-01 17:16:54 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
**Compiler:**
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
The compiler & version, e.g. "Clang 9"
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
**C++ standard mode (e.g. 17, 20, 'latest'):**
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
The C++ standard level you were targeting, e.g. C++17
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
**Target arch (e.g. x64):**
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
The architecture you were targeting, e.g. x86, x64, ARM
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Library configuration overrides:**
|
|
|
|
<!--
|
|
|
|
If you've explicitly set any of the library configuration macros,
|
|
|
|
list them here (e.g. TOML_EXCEPTIONS=0, TOML_UNRELEASED_FEATURES=1, etc.)
|
|
|
|
-->
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Relevant compilation flags:**
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
Any relevant compilation flags that might help me reproduce your issue exactly (e.g. -fno-exceptions).
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
## Describe the bug
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
A clear and concise description of the bug goes here.
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
## Steps to reproduce (or a small repro code sample)
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2020-02-24 20:33:10 +00:00
|
|
|
|
|
|
|
## Additional information
|
2020-08-01 18:15:09 +00:00
|
|
|
<!--
|
|
|
|
Any post-scripts, addendums, or additional pieces of context, as necessary.
|
|
|
|
-->
|