• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: 'kind: bug'
6assignees: ''
7
8---
9
10<!-- Provide a concise summary of the issue in the title above. -->
11
12#### What is the issue you have?
13
14<!-- Provide a detailed introduction to the issue itself, and why you consider it to be a bug. -->
15<!-- If possible, be specific and add stack traces, error messages, etc. Avoid vague terms like "crash" or "doesn't work". -->
16
17#### Please describe the steps to reproduce the issue.
18
19<!-- Provide a link to a live example, or an unambiguous set of steps to -->
20<!-- reproduce this bug. Include code to reproduce, if relevant -->
21
221.
232.
243.
25
26#### Can you provide a small but working code example?
27
28<!-- Please understand that we cannot analyze and debug large code bases. -->
29
30#### What is the expected behavior?
31
32<!-- Tell us what should happen -->
33
34#### And what is the actual behavior instead?
35
36<!-- Tell us what happens instead. -->
37
38#### Which compiler and operating system are you using?
39
40<!-- Include as many relevant details about the environment you experienced the bug in. -->
41<!-- Make sure you use a supported compiler, see https://github.com/nlohmann/json#supported-compilers. -->
42
43- Compiler: ___
44- Operating system: ___
45
46#### Which version of the library did you use?
47
48<!-- Please add an `x` to the respective line. -->
49
50- [ ] latest release version 3.9.1
51- [ ] other release - please state the version: ___
52- [ ] the `develop` branch
53
54#### If you experience a compilation error: can you [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests)?
55
56- [ ] yes
57- [ ] no - please copy/paste the error message below
58