First cut of generators

This commit is contained in:
Phil Nash
2011-01-26 23:23:33 +00:00
parent 455c2998a0
commit c2b96d7ddb
8 changed files with 256 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ namespace Catch
m_sectionIncluded( Hub::getResultCapture().sectionStarted( name, description, m_successes, m_failures ) )
{
}
~Section()
{
if( m_sectionIncluded )