Reformatting

This commit is contained in:
Phil Nash
2012-05-15 07:42:26 +01:00
parent 6acb36a996
commit 2efc1146bf
11 changed files with 211 additions and 545 deletions

View File

@@ -11,10 +11,9 @@
#include "catch_common.h"
#include <sstream>
namespace Catch
{
namespace Detail
{
namespace Catch {
namespace Detail {
struct NonStreamable {
template<typename T> NonStreamable( const T& ){}
};