catch2/include
Sebastian Mach b2aca61894 fix missing operator== by using a member predicate instead
On at least one compiler (g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)), including catch.hpp yields multiple `no match for ‘operator==’ in ‘__first.__gnu_cxx::__normal_iterator<_Iterator, _Container>::operator* [with _Iterator = Catch::Ptr<Catch::CumulativeReporterBase::SectionNode>*, _Container = std::vector<Catch::Ptr<Catch::CumulativeReporterBase::SectionNode>, std::allocator<Catch::Ptr<Catch::CumulativeReporterBase::SectionNode> > >]() == __val’`. This commit fixes the issue by replacing the friend comparison operator with a functor.
2013-09-09 15:13:48 +02:00
..
internal fix missing operator== by using a member predicate instead 2013-09-09 15:13:48 +02:00
reporters Fixed string indexing bug 2013-09-07 12:07:38 +01:00
catch.hpp INFO and CAPTURE are now scoped 2013-06-28 17:09:57 +01:00
catch_runner.hpp Some Clara/ command line clean-up and tweaks 2013-08-16 18:57:57 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00