Added some surrogate cpps

(and fixed up missing includes they uncovered)
This commit is contained in:
Phil Nash
2012-09-28 19:21:14 +01:00
parent 67ec8709ea
commit 4b93fb81b5
23 changed files with 115 additions and 5 deletions

View File

@@ -23,11 +23,6 @@ namespace Catch {
struct IGeneratorsForTest;
struct IConfig;
class StreamBufBase : public std::streambuf {
public:
virtual ~StreamBufBase();
};
struct IContext
{
virtual ~IContext();