From 3fc8a8c82cd08ed0c3ec3f60f7476aa119719c81 Mon Sep 17 00:00:00 2001 From: Pavel Vaynerman Date: Mon, 26 Oct 2015 23:28:25 +0300 Subject: [PATCH] LexSort function optimization --- include/internal/catch_test_case_registry_impl.hpp | 2 +- single_include/catch.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/internal/catch_test_case_registry_impl.hpp b/include/internal/catch_test_case_registry_impl.hpp index fda70aae..5fc2b727 100644 --- a/include/internal/catch_test_case_registry_impl.hpp +++ b/include/internal/catch_test_case_registry_impl.hpp @@ -22,7 +22,7 @@ namespace Catch { struct LexSort { - bool operator() (TestCase i,TestCase j) const { return (i