Renamed file

This commit is contained in:
Phil Nash 2011-03-09 09:38:33 +00:00
parent e6ce1a39bb
commit c57ff75cdb
1 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* catch_unsigned.hpp
* catch_evaluate.hpp
* Catch
*
* Created by Phil on 04/03/2011.
@ -10,10 +10,8 @@
*
*/
#ifndef TWOBLUECUBES_CATCH_UNSIGNED_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_UNSIGNED_HPP_INCLUDED
#include <limits>
#ifndef TWOBLUECUBES_CATCH_EVALUATE_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_EVALUATE_HPP_INCLUDED
namespace Catch
{
@ -26,7 +24,7 @@ namespace Catch
IsLessThanOrEqualTo,
IsGreaterThanOrEqualTo
};
template<typename T1, typename T2, Operator Op>
class Evaluator{};
@ -142,4 +140,4 @@ namespace Catch
}
}
#endif // TWOBLUECUBES_CATCH_UNSIGNED_HPP_INCLUDED
#endif // TWOBLUECUBES_CATCH_EVALUATE_HPP_INCLUDED