diff --git a/include/internal/catch_test_case_registry_impl.hpp b/include/internal/catch_test_case_registry_impl.hpp index 7756b0bc..9e3ef11b 100644 --- a/include/internal/catch_test_case_registry_impl.hpp +++ b/include/internal/catch_test_case_registry_impl.hpp @@ -60,13 +60,14 @@ namespace Catch { return m_nonHiddenFunctions; } - struct LexSort { - bool operator() (TestCase i,TestCase j) { return (i& matchingTestCases ) const { + struct LexSort { + bool operator() (TestCase i,TestCase j) const { return (i::const_iterator it = m_functionsInOrder.begin(), diff --git a/single_include/catch.hpp b/single_include/catch.hpp index eb102586..0c3c5825 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.1 build 4 (develop branch) - * Generated: 2014-09-15 23:31:31.318013 + * Generated: 2014-09-15 23:36:12.995567 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -5679,13 +5679,12 @@ namespace Catch { return m_nonHiddenFunctions; } - struct LexSort { - bool operator() (TestCase i,TestCase j) { return (i& matchingTestCases ) const { + struct LexSort { + bool operator() (TestCase i,TestCase j) const { return (i::const_iterator it = m_functionsInOrder.begin(),