Separated resultinfo_builder from impl

This commit is contained in:
Phil Nash 2012-08-08 08:58:28 +01:00
parent ffe986d4ee
commit c436a4dac1
6 changed files with 104 additions and 67 deletions

View file

@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_CATCH_EXPRESSION_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_EXPRESSION_HPP_INCLUDED
#include "catch_resultinfo_builder.hpp"
#include "catch_resultinfo_builder.h"
#include "catch_evaluate.hpp"
namespace Catch {