2019-03-20 00:27:37 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: 'kind: bug'
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
<!-- Provide a concise summary of the issue in the title above. -->
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
#### What is the issue you have?
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
<!-- Provide a detailed introduction to the issue itself, and why you consider it to be a bug. -->
|
|
|
|
<!-- If possible, be specific and add stack traces, error messages, etc. Avoid vague terms like "crash" or "doesn't work". -->
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
#### Please describe the steps to reproduce the issue.
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
|
|
|
|
<!-- reproduce this bug. Include code to reproduce, if relevant -->
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
2019-03-20 00:27:37 +00:00
|
|
|
|
2020-05-20 16:57:21 +00:00
|
|
|
#### Can you provide a small but working code example?
|
|
|
|
|
|
|
|
<!-- Please understand that we cannot analyze and debug large code bases. -->
|
|
|
|
|
|
|
|
#### What is the expected behavior?
|
|
|
|
|
|
|
|
<!-- Tell us what should happen -->
|
|
|
|
|
|
|
|
#### And what is the actual behavior instead?
|
|
|
|
|
|
|
|
<!-- Tell us what happens instead. -->
|
|
|
|
|
|
|
|
#### Which compiler and operating system are you using?
|
|
|
|
|
|
|
|
<!-- Include as many relevant details about the environment you experienced the bug in. -->
|
|
|
|
<!-- Make sure you use a supported compiler, see https://github.com/nlohmann/json#supported-compilers. -->
|
|
|
|
|
|
|
|
- Compiler: ___
|
|
|
|
- Operating system: ___
|
|
|
|
|
|
|
|
#### Which version of the library did you use?
|
|
|
|
|
|
|
|
<!-- Please add an `x` to the respective line. -->
|
|
|
|
|
|
|
|
- [ ] latest release version 3.7.3
|
|
|
|
- [ ] other release - please state the version: ___
|
|
|
|
- [ ] the `develop` branch
|
|
|
|
|
|
|
|
#### If you experience a compilation error: can you [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests)?
|
|
|
|
|
|
|
|
- [ ] yes
|
|
|
|
- [ ] no - please copy/paste the error message below
|