Sha256: 998d0d8cc704f8b330833f204b77277d4bb5852c0d1073ae931a6e0de82f3f03
Contents?: true
Size: 625 Bytes
Versions: 2
Compression:
Stored size: 625 Bytes
Contents
#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
Version data entries
2 entries across 2 versions & 1 rubygems