[commit] r1605 - trunk/GME/Core
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Oct 12 12:45:29 CDT 2011
Author: ksmyth
Date: Wed Oct 12 12:45:29 2011
New Revision: 1605
Log:
Remove failing assert
Modified:
trunk/GME/Core/CoreObject.cpp
Modified: trunk/GME/Core/CoreObject.cpp
==============================================================================
--- trunk/GME/Core/CoreObject.cpp Wed Oct 12 12:45:19 2011 (r1604)
+++ trunk/GME/Core/CoreObject.cpp Wed Oct 12 12:45:29 2011 (r1605)
@@ -89,7 +89,7 @@
HRESULT hr = E_NOINTERFACE;
aggregates_type &aggregates = ((CCoreObject*)pvThis)->aggregates;
- ASSERT( aggregates.cbegin() != aggregates.cend() );
+ //ASSERT( aggregates.cbegin() != aggregates.cend() );
aggregates_iterator i = aggregates.begin();
aggregates_iterator e = aggregates.end();
More information about the gme-commit
mailing list