summaryrefslogtreecommitdiff
path: root/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h
blob: 38214aa79576bd3a2cffafa99cc4c759d7a57c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#ifndef _SNOWHOUSE_H_JK_2013_06_28
#define _SNOWHOUSE_H_JK_2013_06_28

#define SNOWHOUSE_VERSION "2.1.0"

#if __cplusplus > 199711L
#ifdef _MSC_VER
// Visual Studio (including 2013) does not support the noexcept keyword
#define _ALLOW_KEYWORD_MACROS
#define noexcept
#endif
#endif


#include <iostream>
#include <map>
#include <vector>
#include <sstream>
#include <stack>
#include <list>
#include <memory>
#include <algorithm>

#include "stringize.h"
#include "constraints/constraints.h"
#include "fluent/fluent.h"
#include "assertionexception.h"
#include "assert.h"
#include "assertmacro.h"
#include "exceptions.h"

#endif