Added warnings - first one: no assertions

This commit is contained in:
Phil Nash
2012-08-28 08:20:18 +01:00
parent 78c92e68aa
commit 55764c8d47
8 changed files with 59 additions and 12 deletions

View File

@@ -8,8 +8,6 @@
#ifndef TWOBLUECUBES_CATCH_CONTEXT_H_INCLUDED
#define TWOBLUECUBES_CATCH_CONTEXT_H_INCLUDED
#include "catch_interfaces_reporter.h"
#include "catch_interfaces_config.h"
#include "catch_interfaces_generators.h"
#include <memory>
@@ -22,6 +20,7 @@ namespace Catch {
struct IResultCapture;
struct IRunner;
struct IGeneratorsForTest;
struct IConfig;
class StreamBufBase : public std::streambuf {
public: