1---
2name: Bug report
3about: Create an issue that documents a bug
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Describe the bug**
11A clear and concise description of what the bug is.
12
13**Expected behavior**
14A clear and concise description of what you expected to happen.
15
16**Reproduction steps**
17Steps to reproduce the bug.
18<!-- Usually this means a small and self-contained piece of code that uses Catch and specifying compiler flags if relevant. -->
19
20
21**Platform information:**
22<!-- Fill in any extra information that might be important for your issue. -->
23 - OS: **Windows NT**
24 - Compiler+version: **GCC v2.9.5**
25 - Catch version: **v1.2.3**
26
27
28**Additional context**
29Add any other context about the problem here.
30