mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-29 16:53:30 +01:00
Regenerated single include
This commit is contained in:
parent
e82b564c3a
commit
9e7e63c687
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Generated: 2012-09-26 21:42:33.317309
|
* Generated: 2012-09-29 20:53:48.580228
|
||||||
* ----------------------------------------------------------
|
* ----------------------------------------------------------
|
||||||
* This file has been merged from multiple headers. Please don't edit it directly
|
* This file has been merged from multiple headers. Please don't edit it directly
|
||||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||||
@ -228,11 +228,6 @@ namespace Catch {
|
|||||||
struct IGeneratorsForTest;
|
struct IGeneratorsForTest;
|
||||||
struct IConfig;
|
struct IConfig;
|
||||||
|
|
||||||
class StreamBufBase : public std::streambuf {
|
|
||||||
public:
|
|
||||||
virtual ~StreamBufBase();
|
|
||||||
};
|
|
||||||
|
|
||||||
struct IContext
|
struct IContext
|
||||||
{
|
{
|
||||||
virtual ~IContext();
|
virtual ~IContext();
|
||||||
@ -1098,6 +1093,8 @@ private:
|
|||||||
// #included from: catch_totals.hpp
|
// #included from: catch_totals.hpp
|
||||||
#define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
struct Counts {
|
struct Counts {
|
||||||
@ -2040,6 +2037,19 @@ namespace Catch {
|
|||||||
// #included from: catch_stream.hpp
|
// #included from: catch_stream.hpp
|
||||||
#define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
|
||||||
|
|
||||||
|
// #included from: catch_streambuf.h
|
||||||
|
#define TWOBLUECUBES_CATCH_STREAMBUF_H_INCLUDED
|
||||||
|
|
||||||
|
#include <streambuf>
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
|
||||||
|
class StreamBufBase : public std::streambuf {
|
||||||
|
public:
|
||||||
|
virtual ~StreamBufBase();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
@ -5480,6 +5490,7 @@ namespace Catch {
|
|||||||
#define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user